DirectoryGetDirectories Method |
Name | Description | |
---|---|---|
GetDirectories(String) | Returns the names of subdirectories (including their paths) in the specified directory.
| |
GetDirectories(String, String) | Returns the names of subdirectories (including their paths) that match the specified search pattern in the specified directory. | |
GetDirectories(KernelTransaction, String) | Returns the names of subdirectories (including their paths) in the specified directory. | |
GetDirectories(String, String, SearchOption) | Returns the names of the subdirectories (including their paths) that match the specified search pattern in the specified directory, and optionally searches subdirectories. | |
GetDirectories(KernelTransaction, String, String) | Returns the names of subdirectories (including their paths) that match the specified search pattern in the specified directory. | |
GetDirectories(KernelTransaction, String, String, SearchOption) | Returns the names of the subdirectories (including their paths) that match the specified search pattern in the specified directory, and optionally searches subdirectories. |