ShellFolderEnumerateFileSystemInfos Method (DirectoryInfo, String) |
Enumerates file system files and folders.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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