ctime()
public
Returns the change time for stat (that is, the time directory
information about the file was changed, not the file itself).
File.stat("testfile").ctime
Show source
static VALUE
rb_stat_ctime(VALUE self)
{
return stat_ctime(get_stat(self));
}