kvision / pl.treksoft.kvision.cordova / copyTo

copyTo

suspend fun Entry.copyTo(parent: DirectoryEntry, newName: String? = null): Result<Entry, FileException>

Copy given file or directory to a new location.

Parameters

parent - new location parent directory entry

newName - new location name