suspend fun FileSystem.unlinkAwait(link: String): Unit
Unlinks the link on the file system represented by the path link, asynchronously.
link - the link
link
Return a reference to this, so the API can be used fluently *