suspend fun Entry.copyTo(parent: DirectoryEntry, newName: String? = null): Result<Entry, FileException>
Copy given file or directory to a new location.
parent - new location parent directory entry
parent
newName - new location name
newName