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