open fun rxCreateFile(path: String): Single<Void>
Creates an empty file with the specified path, asynchronously.
Return
open fun rxCreateFile(path: String, perms: String): Single<Void>
Creates an empty file with the specified path and permissions perms, asynchronously.
perms - the permissions string
Return