= private = protected
lchmod(p1)
See File.lchmod.
static VALUE path_lchmod(VALUE self, VALUE mode) { return rb_funcall(rb_cFile, rb_intern("lchmod"), 2, mode, get_strpath(self)); }