# File lib/win32/file.rb, line 629
   def self.offline?(file)
      File::Stat.new(file).offline?
   end