DeleteFiles

DeleteFiles

Windows utility to delete files and folders recursively with support for deep file nesting and optional time offset filtering

Category
File System
License
MIT
Platforms
Windows
Released
2012
Path
c:\DeleteFiles\DeleteFiles.exe
Notes
Requires the .NET Framework 4.0 or later
Version
Latest known: 1.14 (2015-04-27)

Examples

1. Delete all cfclass cached files without file detail. Returns a summary.

DeleteFiles.exe ""C:\CFusion\cfusion\wwwroot\WEB-INF\cfclasses\*.*"" -r -f -q1

2. Delete temp files that are older than 1 day. Quiet mode.

DeleteFiles.exe d:\temp\*.* -r -l -f -d1 -q0

3. Delete all "thumbs.db" files on entire C: drive

DeleteFiles c:\thumbs.db -r

Try it

Agree to terms to run demos.