Click or drag to resize

VirtualDirectoryGetDirectories Method (String)

Gets the names of subdirectories in the specified directory.

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

Parameters

path
Type: SystemString
The path for which an array of subdirectory names is returned.

Return Value

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