CodeSmile AssetDatabase 1.9
Unity's AssetDatabase in enjoyable, consistent, concise, convenient, comprehensible, safe, documented form.
Loading...
Searching...
No Matches

◆ GetSubFolders()

static String[] GetSubFolders ( [NotNull] Path path)
static

Returns the names of all subfolders in the path.

Parameters
pathPath to a folder.
Returns
Names of each subfolder in the path. Empty array if there are no subfolders or the path points to a file.
See also