itzstarstruck, on 03 January 2017 - 01:48 AM, said:
If you were making a program that delete specific files per date, size, etc... it would be more useful.
EDIT: I looked more with your code, and you were using shell.run("..."); which is not recommended. Prefer using fs.delete("..."); than shell.run("...");.



