:nodoc:
665 666 667 668 669 670 671
# File 'lib/ruby_archive/handlers/rubyzip/zip/zip.rb', line 665 def file_stat(path) # :nodoc: if @follow_symlinks return File::stat(path) else return File::lstat(path) end end