I try the script and it work correctly but i don't know how to set attribute (Hidden) with the Array :
#include<Array.au3>
#include"_FileListToArrayEx.au3"
$ar_Array = _FileListToArrayEx("c:", "Microsoft Office Excel 2003.lnk", 1, 2)
;_ArrayDisplay($ar_Array, "Liste fichier") ; Ceci est facultatif, c'est juste pour afficher la liste des fichiers.
_ArrayDisplay($ar_Array,"Liste fichier") ; Ceci est facultatif, c'est juste pour afficher la liste des fichiers.
;~ MsgBox(1,"Test", $ar_Array)
FileSetAttrib($ar_Array, "+H", 1)