Extended File Utils
- Functions verbose and nowrite control globally or
locally.
- verbose(true)
- verbose(true) { code }
- Verbose set while executing code
- Two Commands added to FileUtils:
- sh %{shell command}
- Runs an external shell command
- ruby %{ruby command line}
- Runs an external ruby process