Wenn es nur um das Datum geht, gäbe es da noch:
Code:
BOOL GetFileAttributesEx(
LPCTSTR lpFileName, // pointer to string that specifies a file or directory
GET_FILEEX_INFO_LEVELS fInfoLevelId, // value that specifies the type of attribute information to obtain
LPVOID lpFileInformation // pointer to buffer to receive attribute information
);
Diese Funktion ist bereits mit dem Filename/Directoryname zufrieden.