DirectoryEnumerateFiles Method |
Name | Description | |
---|---|---|
EnumerateFiles(String) | Returns an enumerable collection of file names in a specified path. | |
EnumerateFiles(String, String) | Returns an enumerable collection of file names in a specified path. | |
EnumerateFiles(KernelTransaction, String) | [AlphaFS] Returns an enumerable collection of file names in a specified path. | |
EnumerateFiles(String, String, SearchOption) | Returns an enumerable collection of file names that match a searchPattern in a specified path, and optionally searches subdirectories. | |
EnumerateFiles(KernelTransaction, String, String) | [AlphaFS] Returns an enumerable collection of file instances that match a searchPattern in a specified path. | |
EnumerateFiles(KernelTransaction, String, String, SearchOption) | [AlphaFS] Returns an enumerable collection of file instances instances that match a searchPattern in a specified path, and optionally searches subdirectories. |