# File lib/rumai/fs.rb, line 44
    def exist?
      begin
        true if stat
      rescue IXP::Error
        false
      end
    end