suspend fun FileSystem.copyRecursiveAwait(from: String, to: String, recursive: Boolean): Unit
Copy a file from the path from to path to, asynchronously.
from - the path to copy from
from
to - the path to copy to
to
recursive -
recursive
Return a reference to this, so the API can be used fluently *