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