drmuey / p5-File-Copy-Recursive

Perl extension for recursively copying files and directories
5 stars 12 forks source link

Ability to skip existing files #28

Open bigalgeorge opened 4 years ago

bigalgeorge commented 4 years ago

Is there an overwrite flag eg $skip == 0 do not overwrite existing or $skip ==1 overwrite all? dircopy($source,$destination,$skip); Also is there anything I can hook into to get current file/dir being processed?

Thanks vm it works a treat.