suspend fun FileSystem.deleteRecursiveAwait(path: String, recursive: Boolean): Unit
Deletes the file represented by the specified path, asynchronously.
recursive
- delete recursively?
handler
- the handler that will be called on completion
Returna
reference to this, so the API can be used fluently *