Click or drag to resize

DirectoryInfoEnumerateFileSystemInfos Method

Returns an enumerable collection of file system information in the current directory.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public IEnumerable<FileSystemInfo> EnumerateFileSystemInfos()

Return Value

Type: IEnumerableFileSystemInfo
An enumerable collection of file system information in the current directory.
Exceptions
See Also