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

rxLink

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

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

Parameters

link - the link

existing - the link destination

Return