Bonjour
voila je voudrais pourvoir surprimier les fichier prefetch avec la commande remove ou () avec cette commande remove("c:\\windows\\prefetch\*.pf")
mais sa ne marche idem avec delete file voici le code
#include <windows.h>
int STDCALL
WinMain (HINSTANCE hInst, HINSTANCE hPrev, LPSTR lpCmd, int nShow)
{
remove("c:\\windows\\prefetch\*.pf")
}
sa marche pas

pouriez-vous maider
Kevin