Path.copy
void copy(string dest, bool recursive = false) constCopies the file or directory to a new location.
Parameters
dest | The destination path. |
recursive | If true, copy directories recursively. |
void copy(string dest, bool recursive = false) constCopies the file or directory to a new location.
dest | The destination path. |
recursive | If true, copy directories recursively. |