Removes a file path. This method ignores StandardError if force is true.
# File fileutils.rb, line 770 def remove_file(path, force = false) Entry_.new(path).remove_file rescue raise unless force end
<code/>
<pre/>
<code/>and<pre/>for code samples.