Click or drag to resize
DirectoryEnumerateFileSystemEntryInfosT Method (String, PathFormat)
[AlphaFS] Returns an enumerable collection of file system entries in a specified path.

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public static IEnumerable<T> EnumerateFileSystemEntryInfos<T>(
	string path,
	PathFormat pathFormat
)

Parameters

path
Type: SystemString
The directory to search.
pathFormat
Type: Alphaleonis.Win32.FilesystemPathFormat
Indicates the format of the path parameter(s).

Type Parameters

T

Return Value

Type: IEnumerableT
The matching file system entries. The type of the items is determined by the type T.
Exceptions
See Also