There's no documentation for this item.
# File fileutils.rb, line 237 def fu_mkdir(path, mode) #:nodoc: path = path.sub(%r</\z>, '') if mode Dir.mkdir path, mode File.chmod mode, path else Dir.mkdir path end end
<code/>
<pre/>
<code/>and<pre/>for code samples.