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