|
StarBurn SDK (Software Development Kit)
|
enum _FILE_TIME {
FILE_TIME_CREATION = 0,
FILE_TIME_LAST_ACCESS,
FILE_TIME_LAST_WRITE
};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 |
|
Copyright (c) 2001-2006 Rocket Division Software. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|