Class Create
Creates new folders and returns the paths to them.
Defined in: create.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Create(src)
Creates new folders and returns the paths to them.
|
Class Detail
Create(src)
Creates new folders and returns the paths to them.
Creates new folders for the list of paths in 'src' and returns the paths to the new folders. These path values are parsed into a text object keyed by AssetID from the JSON file in which they are contained, and by default are displayed to the user.
'MBurl'/wf/create?src=['FolderPath/FilePath']
http://127.0.0.1:55555/wf/create?src=["Assets/Library/test.txt"]
- Parameters:
- src
- Path or paths of the new folders.
- Returns:
- ( {'AssetID': "path",...} )