in reply to Re: Problem with system ()in thread Problem with system ()
unlink glob("C:\temp\*.audit"); [download]
unlink glob("C:\\temp\\*.audit"); unlink glob('C:\temp\*.audit'); unlink glob("C:/temp/*.audit"); [download]