Click or drag to resize

DirectoryInfoEnumerateFiles Method (DirectoryEnumerationOptions)

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

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

Parameters

options
Type: Alphaleonis.Win32.FilesystemDirectoryEnumerationOptions
DirectoryEnumerationOptions flags that specify how the directory is to be enumerated.

Return Value

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