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