create File
fun createFile(qualifiedName: String, mimeType: String, resolver: ModuleRootResolver, completion: () -> Unit, failureHandler: (ErrorCode, Throwable?) -> Unit)
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.
resolver
The ModuleRootResolver used to access the target ModuleRoot.
completion
A function to call once the file is successfully created.