DirectoryEnumerateDirectories Method |
Name | Description | |
---|---|---|
![]() ![]() | EnumerateDirectories(String) | Returns an enumerable collection of directory names in a specified path. |
![]() ![]() | EnumerateDirectories(String, DirectoryEnumerationOptions) | [AlphaFS] Returns an enumerable collection of directory names in a specified path. |
![]() ![]() | EnumerateDirectories(String, PathFormat) | [AlphaFS] Returns an enumerable collection of directory names in a specified path. |
![]() ![]() | EnumerateDirectories(String, String) | Returns an enumerable collection of directory names that match a searchPattern in a specified path. |
![]() ![]() | EnumerateDirectories(String, DirectoryEnumerationOptions, PathFormat) | [AlphaFS] Returns an enumerable collection of directory names in a specified path. |
![]() ![]() | EnumerateDirectories(String, String, DirectoryEnumerationOptions) | [AlphaFS] Returns an enumerable collection of directory names in a specified path. |
![]() ![]() | EnumerateDirectories(String, String, PathFormat) | [AlphaFS] Returns an enumerable collection of directory names that match a searchPattern in a specified path. |
![]() ![]() | EnumerateDirectories(String, String, SearchOption) | Returns an enumerable collection of directory names that match a searchPattern in a specified path, and optionally searches subdirectories. |
![]() ![]() | EnumerateDirectories(String, String, DirectoryEnumerationOptions, PathFormat) | [AlphaFS] Returns an enumerable collection of directory names in a specified path. |
![]() ![]() | EnumerateDirectories(String, String, SearchOption, PathFormat) | [AlphaFS] Returns an enumerable collection of directory names that match a searchPattern in a specified path, and optionally searches subdirectories. |