Table of Contents

Method GetDirectories

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetDirectories(string?)

Gets the names of subdirectories (including their paths) in the specified directory.

string[] GetDirectories(string? path)

Parameters

path string

The path (relative or absolute) to the directory to search. Value is not case-sensitive.

Returns

string[]

An array of the full names (with paths) of subdirectories in the specified path, or an empty array if no directories are found.