Текущий архив: 2006.04.09;
Скачать: CL | DM;
ВнизКак изменить дату создания файла? Найти похожие ветки
← →
opoloxai © (2006-03-23 20:43) [0]Добрый день.
Как УСТАОВИТЬ дату создания (изменения) файла? Какая функция?
Спасибо.
← →
EvS © (2006-03-23 20:51) [1]FileGetDate - возвращает
FileSetDate - устанавливает
← →
Desdechado © (2006-03-23 20:52) [2]читаем справку, ведь очевидно название
The SetFileTime function sets the date and time that a file was created, last accessed, or last modified.
BOOL SetFileTime(
HANDLE hFile, // identifies the file
CONST FILETIME *lpCreationTime, // time the file was created
CONST FILETIME *lpLastAccessTime, // time the file was last accessed
CONST FILETIME *lpLastWriteTime // time the file was last written
);
Страницы: 1 вся ветка
Текущий архив: 2006.04.09;
Скачать: CL | DM;
Память: 0.44 MB
Время: 0.011 c