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