suspend fun FileSystem.deleteRecursiveAwait(path: String, recursive: Boolean): Unit
Deletes the file represented by the specified path, asynchronously.
recursive - delete recursively?
Return
a reference to this, so the API can be used fluently *