method
symlink?
v2_4_6 -
Show latest stable
- Class:
FileUtils::Entry_
symlink?()public
No documentation available.
# File lib/fileutils.rb, line 1161
def symlink?
s = lstat!
s and s.symlink?
end symlink?()No documentation available.
# File lib/fileutils.rb, line 1161
def symlink?
s = lstat!
s and s.symlink?
end