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