# File lib/pathname2.rb, line 998
   def mkdir_p(*args)
      FileUtils.mkdir_p(self, *args)
   end