Class Index | File Index

Classes


Class Create

Creates new folders and returns the paths to them.
Defined in: create.js.

Class Summary
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",...} )

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Sep 30 2016 13:29:19 GMT-0500 (CDT)