Click or drag to resize

ShellFolder.EnumerateFileSystemInfos 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.IO.DirectoryInfo
The parent folder information.

Return Value

Type: IEnumerable<FileSystemInfo>
A list of FileSystemInfo instances.
See Also