= 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, id_ctime, 1, get_strpath(self)); }