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

rxDeleteRecursive

open fun rxDeleteRecursive(path: String, recursive: Boolean): Completable

Deletes the file represented by the specified path, asynchronously.

If the path represents a directory and recursive = true then the directory and its contents will be deleted recursively.

Parameters

path - path to the file

recursive - delete recursively?

Return