New -volume_date "all_file_dates" pseudo-timestamp "set_to_mtime"

This commit is contained in:
2016-08-20 10:28:57 +00:00
parent ff65d7bb19
commit 49c92cb3ba
10 changed files with 213 additions and 181 deletions

View File

@ -528,7 +528,9 @@ struct XorrisO { /* the global context of xorriso */
/* To eventually override vol_modification_time by unconverted string
and timezone 0 */
char vol_uuid[17];
/* To flatly set all file timestamps to the same value */
/* To flatly set all file timestamps to the same value
Special value: "set_to_mtime", see -find action "set_to_mtime"
*/
char all_file_dates[80];
#ifdef Xorriso_with_libjtE