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

delete

open fun delete(path: String, handler: Handler<AsyncResult<Void>>): FileSystem

Deletes the file represented by the specified path, asynchronously.

Parameters

path - path to the file

handler - the handler that will be called on completion

Return
a reference to this, so the API can be used fluently