suspend fun FileSystem.truncateAwait(path: String, len: Long): Unit
Truncate the file represented by path to length len in bytes, asynchronously.
path - the path to the file
path
len - the length to truncate it to
len
Return a reference to this, so the API can be used fluently *