typedef struct {
SIZE_T tSize; // 64bit
TIME64 tTimeCreation;
TIME64 tTimeAccess;
TIME64 tTimeWrite;
DWORD dwOsAttrib;
BOOL bIsDir:1; // E' una cartella
BOOL bIsLink:1; // E' un link simbolico/collegamento
BOOL bIsHidden:1; // E' un file nascosto
BOOL bIsSystem:1; // E' un file nascosto
} S_FILEDETAILS;