Click or drag to resize

VirtualDirectoryGetDirectories(String) Method

Gets the names of subdirectories in the specified directory.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static string[] GetDirectories(
	string path
)

Parameters

path  String
The path for which an array of subdirectory names is returned.

Return Value

String
An array of type String containing the names of subdirectories in path.
See Also