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

◆ CreateFolders() [1/2]

GUID CreateFolders ( )

Creates the folders in the path recursively.

The CodeSmileEditor.Asset.File write operations use this internally to create any missing folders, so you do not need to call this yourself in those cases.

Path may point to a file. It is assumed that if the last element of the path contains a dot it has an extension and is therefore a file.

Returns
The GUID of the deepest (last) folder in the path.
See also