# File lib/fssm/pathname.rb, line 213
    def mkdir(mode = 0777)
      Dir.mkdir(self, mode)
    end