method
exists?
v1_9_2_180 -
Show latest stable
- Class:
Dir
exists?(p1)public
?
Returns true if the named file is a directory, or a symlink that points at a directory, and false otherwise.
File.directory?(".")
exists?(p1)?
Returns true if the named file is a directory, or a symlink that points at a directory, and false otherwise.
File.directory?(".")