# File lib/net/sftp/operations/mkdir.rb, line 26
    def perform( path, hash )
      attrs = @driver.attr_factory.from_hash( hash )
      @driver.mkdir( nil, path, attrs )
    end