|
TouchFileTimes The TouchFileTimes function updates the date and time at which the specified file was last modified. VB4-32,5,6 Declare Function TouchFileTimes Lib "imagehlp.dll" (ByVal FileHandle As Long, ByRef pSystemTime As Any) As Long |
Operating Systems Supported |
Requires Windows 2000 or later; Win9x/ME: Not supported |
· FileHandle [in] Handle to the file of interest.
· pSystemTime [in] Pointer to a SYSTEMTIME structure. If this parameter is NULL, the current system date and time is used. |
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call GetLastError. |
|
|
|