Returns a description of the newly created folder.
Usage | Returns |
---|---|
ee.data.createFolder(path, force, callback) | Object |
Argument | Type | Details |
---|---|---|
path | String | The path of the folder to create. |
force | Boolean, optional | Force overwrite. |
callback | Function, optional | An optional callback. If not supplied, the call is made synchronously. |