This a FileUtils extension that defines several additional commands to be added to the FileUtils utility functions.
| Constants | |
|---|---|
| LN_ |
|
| RUBY | |
| Public Methods | |
|---|---|
| ruby | Run a Ruby interpreter with the given arguments. |
| safe_ |
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_ |
Split a file path into individual directory names. |
<code/>and<pre/>for code samples.