Modules
This module include extra methods for works with directories.
The error type for fs_extra operations with files and folder.
This module include extra methods for works with files.
Structs
A structure which include information about the current status of the copy or move directory.
Functions
Copies list directories and files to another place using recursive method. This function will also copy the permission bits of the original files to destionation files (not for directories).
Copies list directories and files to another place using recursive method, with recept information about process. This function will also copy the permission bits of the original files to destionation files (not for directories).
Moves list directories and files to another place using recursive method. This function will also copy the permission bits of the original files to destionation files (not for directories).
Moves list directories and files to another place using recursive method, with recept information about process. This function will also copy the permission bits of the original files to destionation files (not for directories).
Removes list files or directories.