VirtualDirectoryGetDirectories Method (String) |
Gets the names of subdirectories in the specified directory.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static string[] GetDirectories(
string path
)
Parameters
- path
- Type: SystemString
The path for which an array of subdirectory names is returned.
Return Value
Type:
StringAn array of type
String containing the names of subdirectories in path.
See Also