ES2.GetFolders

public static string[] GetFolders(string folder, ES2Settings settings=null)

Parameters

folder The relative or absolute folder to look for folders in.

settings

Optional. A user-created ES2Settings object containing options not specified in path.

Returns

string[] The list of folders within this folder.

Description

Returns the names of the folders contained within the specified folder.

Note: This can be a relative or absolute folder.

C#

JS