= private = protected
make_symlink(p1)
See File.symlink. Creates a symbolic link.
static VALUE path_make_symlink(VALUE self, VALUE old) { return rb_funcall(rb_cFile, rb_intern("symlink"), 2, old, get_strpath(self)); }