open fun rxDelete(path: String): Single<Void>
Deletes the file represented by the specified path, asynchronously.
path
path - path to the file
Return