powered by simpleCommunicator - 2.0.61     © 2026 Programmizd 02
Целевая тема:
Создать новую тему:
Автор:
Закрыть
Цитировать
Форумы / C++ [игнор отключен] [закрыт для гостей] / Data sozdanija fajla
2 сообщений из 2, страница 1 из 1
Data sozdanija fajla
    #33442610
dr_Nemo
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
kak mozno opredalitj datu sozdanija faila
...
Рейтинг: 0 / 0
Data sozdanija fajla
    #33442616
SnowMan2
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
Код: plaintext
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
BOOL GetFileTime(
  HANDLE hFile,                 // handle to the file
  LPFILETIME lpCreationTime,    // address of creation time
  LPFILETIME lpLastAccessTime,  // address of last access time
  LPFILETIME lpLastWriteTime    // address of last write time
);
Parameters
hFile - Handle to the files for which to get dates and times. The file handle must have been created with GENERIC_READ access to the file. 
lpCreationTime - Pointer to a FILETIME structure to receive the date and time the file was created. This parameter can be NULL if the application does not require this information. 
lpLastAccessTime - Pointer to a FILETIME structure to receive the date and time the file was last accessed. The last access time includes the last time the file was written to, read from, or, in the case of executable files, run. This parameter can be NULL if the application does not require this information. 
lpLastWriteTime - Pointer to a FILETIME structure to receive the date and time the file was last written to. This parameter can be NULL if the application does not require this information.
...
Рейтинг: 0 / 0
2 сообщений из 2, страница 1 из 1
Форумы / C++ [игнор отключен] [закрыт для гостей] / Data sozdanija fajla
Найденые пользователи ...
Разблокировать пользователей ...
Читали форум (0):
Пользователи онлайн (0):
x
x
Закрыть


Просмотр
0 / 0
Close
Debug Console [Select Text]