Click or drag to resize
DirectoryInfoEnumerateFiles Method
Returns an enumerable collection of file information in the current directory.

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public IEnumerable<FileInfo> EnumerateFiles()

Return Value

Type: IEnumerableFileInfo
An enumerable collection of the files in the current directory.
See Also