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