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