suspend fun FileSystem.readSymlinkAwait(link: String): String
Returns the path representing the file that the symbolic link specified by link points to, asynchronously.
link - the link
link
Return a reference to this, so the API can be used fluently *