Module: FileTest
- Extended by:
- JamfRubyExtensions::FileTest::Predicates
- Defined in:
- lib/jamf/ruby_extensions/filetest.rb
Class Method Summary collapse
-
.j_real_file?(path) ⇒ Boolean
(also: #jss_real_file?)
extended
from JamfRubyExtensions::FileTest::Predicates
FileTest.file? returns true if the item is a symlink pointing to a regular file.
Class Method Details
.j_real_file?(path) ⇒ Boolean Also known as: jss_real_file? Originally defined in module JamfRubyExtensions::FileTest::Predicates
FileTest.file? returns true if the item is a symlink pointing to a regular file.
This test, real_file?, returns true if the item is a regular file but NOT a symlink.