copyToRecursively

suspend fun copyToRecursively(target: VfsFile, vararg attributes: Vfs.Attribute, notify: suspend (Pair<VfsFile, VfsFile>) -> Unit = {})

Copies this VfsFile into the target VfsFile.

If this node is a file, the content will be copied. If the node is a directory, a tree structure with the same content will be created in the target destination.