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

rxDelete

open fun rxDelete(path: String): Completable

Deletes the file represented by the specified path, asynchronously.

Parameters

path - path to the file

Return