method
lstat
v1_9_1_378 -
Show latest stable
- Class:
FileUtils::Entry_
lstat()public
No documentation available.
# File lib/fileutils.rb, line 1199
def lstat
if dereference?
@lstat ||= File.stat(path())
else
@lstat ||= File.lstat(path())
end
end