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

rxCreateFile

open fun rxCreateFile(path: String): Single<Void>

Creates an empty file with the specified path, asynchronously.

Parameters

path - path to the file

Return

open fun rxCreateFile(path: String, perms: String): Single<Void>

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

Parameters

path - path to the file

perms - the permissions string

Return