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