Click or drag to resize

DirectoryInfoEnumerateDirectories Method

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

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

Return Value

Type: IEnumerableDirectoryInfo
An enumerable collection of directories in the current directory.
Exceptions
See Also