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