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