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