createDirectory

abstract fun createDirectory(uri: Uri): PromiseLike<Void?>(source)

Create a new directory (Note, that new files are created via write-calls).

Note that missing directories are created automatically, e.g this call has mkdirp semantics.

Parameters

uri

The uri of the new folder.

Online Documentation