Quote:
Hello, My card has three objects: a drivelistbox, a dirlistbox and a filelistbox. The filelistbox must contain only temporary files. The difficulty it is that I must remove only the temporary files which are not opened by the system in progress. How can one do that? I proceed already with a loop for which turns until the number of temporary files contained in the file, ex: For I = 0 To File_FichTemp.ListCount It remains me that to find an index which shows that a file is open. Thank you! Pomhappy