Module

FileUtils

This a FileUtils extension that defines several additional commands to be added to the FileUtils utility functions.

Constants
LN_SUPPORTED
RUBY
Public Methods
ruby Run a Ruby interpreter with the given arguments.
safe_ln Attempt to do a normal file link, but fall back to a copy if the link fails.
sh Run the system command cmd. If multiple arguments are given the command is not run with the shell (same semantics as Kernel::exec and Kernel::system).
split_all Split a file path into individual directory names.
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.