create File
abstract fun createFile( qualifiedName: String, mimeType: String, completion: () -> Unit, failureHandler: (ErrorCode, Throwable?) -> Unit)
Content copied to clipboard
Create a file.
Parameters
qualified Name
The fully-qualified name of the module or resource.
mime Type
The MIME type of the file being created.
completion
A function to be run upon the successful creation of the file.