= private = protected
exist?()
See FileTest.exist?.
static VALUE path_exist_p(VALUE self) { return rb_funcall(rb_mFileTest, id_exist_p, 1, get_strpath(self)); }