ES3.GetDirectories

public static string[] GetDirectories(string directoryPath, ES3Settings settings)

Description

Gets an array of sub-directory names from a directory.

Parameters

directoryPath [Optional] The relative or absolute path of the directory we want to get the sub-directory names from.

settings

[Optional] The settings we want to use to override the default settings.

Returns

An array of directory names. For example: {“folder1”, “folder2”, “folder3”}.

Examples

C#

JS