= private = protected
ctime()
Returns the last change time, using directory information, not the file itself.
See File.ctime.
static VALUE path_ctime(VALUE self) { return rb_funcall(rb_cFile, rb_intern("ctime"), 1, get_strpath(self)); }