Click or drag to resize

ShellFolderEnumerateFileSystemInfos Method (DirectoryInfo)

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
)

Parameters

info
Type: System.IODirectoryInfo
The parent folder information.

Return Value

Type: IEnumerableFileSystemInfo
A list of FileSystemInfo instances.
See Also