= private = protected
make_link(p1)
See File.link. Creates a hard link at pathname.
static VALUE path_make_link(VALUE self, VALUE old) { return rb_funcall(rb_cFile, rb_intern("link"), 2, old, get_strpath(self)); }