# File lib/net/sftp/operations/rmdir.rb, line 25
    def perform( path )
      @driver.rmdir( nil, path )
    end