= private = protected
lchmod(p1)
Same as Pathname.chmod, but does not follow symbolic links.
See File.lchmod.
static VALUE path_lchmod(VALUE self, VALUE mode) { return rb_funcall(rb_cFile, id_lchmod, 2, mode, get_strpath(self)); }