Module: FileUtils2::DryRun
Overview
This module has all methods of FileUtils module, but never changes files/directories, with printing message before acting. This equates to passing the :noop
and :verbose
flag to methods in FileUtils.
Constant Summary
Constants included from FileUtils2
Method Summary
Methods included from FileUtils2
#cd, #chmod, #chmod_R, #chown, #chown_R, #compare_file, #compare_stream, #copy_entry, #copy_file, #copy_stream, #cp, #cp_r, define_command, include, #install, #ln, #ln_s, #ln_sf, #mkdir, #mkdir_p, #mv, #pwd, #remove_dir, #remove_entry, #remove_entry_secure, #remove_file, #rm, #rm_f, #rm_r, #rm_rf, #rmdir, #touch, #uptodate?