public override NPromise<NFile[]> GetFilesAsync( NFolder folder, System.string searchPattern, ENFolderScanMode scanMode )
Parameters
- folder
- searchPattern
- The search string to match against the names of files. This parameter can contain a combination of valid literal path and wildcard (* and ?) characters.
- scanMode
- Specifies whether to scan subfolders or not.