FILE_CTIME

Constant FILE_CTIME 

Source
pub const FILE_CTIME: &str = "file.ctime";
Expand description

Last time the file attributes or metadata changed. Note that changes to the file content will update mtime. This implies ctime will be adjusted at the same time, since mtime is an attribute of the file.