= private = protected
rmdir()
Remove the referenced directory.
See Dir.rmdir.
static VALUE path_rmdir(VALUE self) { return rb_funcall(rb_cDir, rb_intern("rmdir"), 1, get_strpath(self)); }