Click or drag to resize

ShellFolderEnumerateFileSystemInfos Method (DirectoryInfo)

Enumerates file system files and folders.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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