function RepExiste(repertoire) { var fso=new ActiveXObject("Scripting.FileSystemObject"); return(fso.FolderExists(repertoire)); }