ShellFolderEnumerateFileSystemInfos Method (DirectoryInfo, SHCONTF, String) |
Enumerates file system files and folders.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax protected virtual IEnumerable<FileSystemInfo> EnumerateFileSystemInfos(
DirectoryInfo info,
SHCONTF options = SHCONTF.SHCONTF_FOLDERS|SHCONTF.SHCONTF_NONFOLDERS,
string searchPattern = null
)
Parameters
- info
- Type: System.IODirectoryInfo
The parent folder information. - options (Optional)
- Type: ShellBoost.Core.WindowsShellSHCONTF
The options. - searchPattern (Optional)
- Type: SystemString
The search pattern.
Return Value
Type:
IEnumerableFileSystemInfoA list of FileSystemInfo instances.
Exceptions See Also