Skip to content
⌘ NSIS Forum Archive

GetFileTime gives empty

3 posts

Bernybon#

GetFileTime gives empty

Anyone could tell me why I get empty str when I call GetFileTime ?

thanks
Ingvar#
If GetFileTime() function fails, the return value is zero. To get error information, call GetLastError() function.
Anders#
Most likely file not found. Or lack of read permission.

Process Monitor from Sysinternal will tell you.