Module | Sys |
In: |
lib/rake/contrib/sys.rb
|
Sys provides a number of file manipulation tools for the convenience of writing Rakefiles. All commands in this module will announce their activity on standard output if the $verbose flag is set ($verbose = true is the default). You can control this by globally setting $verbose or by using the verbose and quiet methods.
Sys has been deprecated in favor of the FileUtils module available in Ruby 1.8.
RUBY | = | Config::CONFIG['ruby_install_name'] |
Remove all files matching wildcard. If a matching file is a directory, it must be empty to be removed. used delete_all to recursively delete directories.
Install all the files matching wildcard into the dest_dir directory. The permission mode is set to mode.