vertx / io.vertx.reactivex.core.file / FileSystem / rxCreateFile

rxCreateFile

open fun rxCreateFile(path: String): Completable

Creates an empty file with the specified path, asynchronously.

Parameters

path - path to the file

Return

open fun rxCreateFile(path: String, perms: String): Completable

Creates an empty file with the specified path and permissions perms, asynchronously.

Parameters

path - path to the file

perms - the permissions string

Return