suspend fun FileSystem.chmodAwait(path: String, perms: String): Unit
Change the permissions on the file represented by path to perms, 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 *