open fun rxDeleteRecursive(path: String, recursive: Boolean): Single<Void>
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.
recursive - delete recursively?
Return