DirectoryInfoEnumerateFileSystemInfos Method |
Returns an enumerable collection of file system information in the current directory.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public IEnumerable<FileSystemInfo> EnumerateFileSystemInfos()
Public Function EnumerateFileSystemInfos As IEnumerable(Of FileSystemInfo)
public:
IEnumerable<FileSystemInfo^>^ EnumerateFileSystemInfos()
member EnumerateFileSystemInfos : unit -> IEnumerable<FileSystemInfo>
Return Value
Type:
IEnumerableFileSystemInfoAn enumerable collection of file system information in the current directory.
See Also