StarBurn SDK (Software Development Kit) |
typedef enum _FILE_TIME { FILE_TIME_CREATION = 0, FILE_TIME_LAST_ACCESS, FILE_TIME_LAST_WRITE } * PFILE_TIME, FILE_TIME;
Enum that represents file time that will be included in the ISO9660/Joliet image
Member | Definition |
FILE_TIME_CREATION | Original creation file time will be included into the file system image |
FILE_TIME_LAST_ACCESS | Last access time will be included into the file system image |
FILE_TIME_LAST_WRITE | Last write tile will be included into the file system image |