Click or drag to resize

ShellFolderEnumerateFileSystemInfos Method (DirectoryInfo, SHCONTF)

Enumerates file system files and folders.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected IEnumerable<FileSystemInfo> EnumerateFileSystemInfos(
	DirectoryInfo info,
	SHCONTF options
)

Parameters

info
Type: System.IODirectoryInfo
The parent folder information.
options
Type: callback.ShellBoost.Core.WindowsShellSHCONTF
The options.

Return Value

Type: IEnumerableFileSystemInfo
A list of FileSystemInfo instances.
See Also