Skip to content

Instantly share code, notes, and snippets.

View ajibanda's full-sized avatar
:electron:
Chilling…

Aaron Banda ajibanda

:electron:
Chilling…
  • Philippines
  • 10:40 (UTC +08:00)
View GitHub Profile
@ajibanda
ajibanda / file_sdelete.php
Created June 23, 2018 09:47
PHP Script to Delete Files Using SDELETE.exe
<?php
$initFile = ".\DIRSTODELETE.txt"; // file to read
$date = strtotime("-7 day"); // date to subtract
$pathToSDelete = "%CD%\SDelete\sdelete.exe"; // location of SDelete
$datetodelete = date( 'Y-m-d H:i:s', $date );
$dirsToDelete = [];