Hello, I need your help: how I can create a list of exclusion during the research for a file? ; ----------- Recherche des fichiers de SpyBot
If BitAND(GUICtrlRead($chkSpybot), $GUI_CHECKED) = $GUI_CHECKED Then
$ar_Array = _RecFileListToArray(@HomeDrive, "*spybot*", 1, 1)
$NbFile = UBound($ar_Array) - 1
For $i = 1 To $NbFile
FileWriteLine($ReportFile, "Fichier Trouvé : " & @HomeDrive & "" & $ar_Array[$i])
Next
EndIf For example, with this code , I want