method

exists?

v2_1_10 - Show latest stable - Class: Dir
exists?(p1)
public

No documentation available.

static VALUE
rb_dir_exists_p(VALUE obj, VALUE fname)
{
    rb_warning("Dir.exists? is a deprecated name, use Dir.exist? instead");
    return rb_file_directory_p(obj, fname);
}