ShellFolderEnumerateFileSystemInfos Method (DirectoryInfo, String) |
Enumerates file system files and folders.
Namespace:
callback.ShellBoost.Core
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax protected IEnumerable<FileSystemInfo> EnumerateFileSystemInfos(
DirectoryInfo info,
string searchPattern
)
Parameters
- info
- Type: System.IODirectoryInfo
The parent folder information. - searchPattern
- Type: SystemString
The search pattern.
Return Value
Type:
IEnumerableFileSystemInfoA list of FileSystemInfo instances.
See Also