suspend fun FileSystem.symlinkAwait(link: String, existing: String): Unit
Create a symbolic link on the file system from link to existing, asynchronously.
existing
- the link destination
handler
- the handler that will be called on completion
Returna
reference to this, so the API can be used fluently *