#RequireAdmin
Global $DellItPath="D:\zWebSrv\MercuryMail\PNG"
MsgBox(0,"",DirRemove($DellItPath,1)&"-"&@error&"-"&@extended&@CRLF) ; 0-0-0
; Check with Unlocker, no program is using the path.
The Unlocker can delete it, but I want to delete it with AutoIt. Do you have any ideas?