Help for this page

Select Code to Download


  1. or download this
    unlink glob("C:\temp\*.audit");
    
  2. or download this
    unlink glob("C:\\temp\\*.audit");
    unlink glob('C:\temp\*.audit');
    unlink glob("C:/temp/*.audit");