suspend fun FileSystem.mkdirAwait(path: String): Unit
Create the directory represented by path, asynchronously.
handler
- the handler that will be called on completion
Returna
reference to this, so the API can be used fluently *
suspend fun FileSystem.mkdirAwait(path: String, perms: String): Unit
Create the directory represented by path, asynchronously.
perms
- the permissions string
handler
- the handler that will be called on completion
Returna
reference to this, so the API can be used fluently *