io/copy library

Functions

copyDirectory(String path, Directory target) Future<Directory?>
Copy the directory at path recursively into target.
copyDirectorySync(String path, Directory target) Directory?
Copy the directory at path recursively into target.
copyFile(String path, Directory target) Future<File?>
Copy the file at path into target.
copyFileSync(String path, Directory target) File?
Copy the file at path into target.