New API function iso_write_opts_set_dir_rec_mtime() to store the mtime

of the source files in their ECMA-119 Directory Records
This commit is contained in:
2008-11-25 15:31:33 +01:00
parent 698fdec290
commit 14dd988f0f
3 changed files with 39 additions and 1 deletions

View File

@@ -1156,6 +1156,14 @@ int iso_write_opts_set_joliet_longer_paths(IsoWriteOpts *opts, int allow);
*/
int iso_write_opts_set_rrip_version_1_10(IsoWriteOpts *opts, int oldvers);
/**
* Store as ECMA-119 Directory Record timestamp the mtime of the source
* rather than the image creation time.
*
* @since 0.6.12
*/
int iso_write_opts_set_dir_rec_mtime(IsoWriteOpts *opts, int allow);
/**
* Whether to sort files based on their weight.
*