﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1171	FileDelete *.* stops on undeletable file	eric.peyremorte@…		"The following command stop if one file is undeletable. It should go on with the other files in the folder.

FileDelete(""c:\windows\temp\*.*"")

Ex:
c:\windows\temp
-> test.bat
-> patch.exe
-> oifea.tmp -> this file is in use, the command FileDelete stops here
-> log.txt -> this files are left....
-> snmplog.txt


Maybe an option to ignore undeletable files would be helpful ?

ex: FileDelete(""folder"",option) -> option 0: to stop on undeletable file, 1: to ignore errors


"	Bug	closed		AutoIt	3.2.12.1	None	No Bug	Filedelete	
