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

rxUnlink

open fun rxUnlink(link: String): Single<Void>

Unlinks the link on the file system represented by the path link, asynchronously.

Parameters

link - the link

Return