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

rxChmod

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

Change the permissions on the file represented by path to perms, asynchronously.

The permission String takes the form rwxr-x--- as specified here.

Parameters

path - the path to the file

perms - the permissions string

Return