Method: File#stat

Defined in:
lib/win32/file.rb

#statObject

Same as MRI, except it returns a stat object using the win32-file-stat gem.



528
529
530
# File 'lib/win32/file.rb', line 528

def stat
  File::Stat.new(self.path)
end