# File lib/pathname.rb, line 842
  def mkpath
    require 'fileutils'
    FileUtils.mkpath(@path)
    nil
  end