method

lstat!

v1_8_6_287 - Show latest stable - Class: FileUtils::Entry_
lstat!()
public

No documentation available.

# File lib/fileutils.rb, line 1206
    def lstat!
      lstat()
    rescue SystemCallError
      nil
    end