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

rxSymlink

open fun rxSymlink(link: String, existing: String): Completable

Create a symbolic link on the file system from link to existing, asynchronously.

Parameters

link - the link

existing - the link destination

Return