ee.data.createFolder

Creates an asset folder.

Returns a description of the newly created folder.

UsageReturns
ee.data.createFolder(path, force, callback)Object
ArgumentTypeDetails
pathStringThe path of the folder to create.
forceBoolean, optionalForce overwrite.
callbackFunction, optionalAn optional callback. If not supplied, the call is made synchronously.