DeleteFiles icon indicating copy to clipboard operation
DeleteFiles copied to clipboard

Windows Console Utility to delete files and folders recursively with optional date filtering

Results 7 DeleteFiles issues
Sort by recently updated
recently updated
newest added

_Just noticed a fairly dangerous bug in the DeleteFiles utility, where if you're passing in the path to where the DeleteFiles.exe resides and that path contains hyphens, then they could...

Is it possible to add a move function?

When indicating that you can delete files with "simple file specs", I was under the impression that the spec was simple. I tried to delete all images that end with...

I have a number of top-level directories that are auto-created by a piece of software that apparently has a bug, because it does not clean them up and it makes...

enhancement

I'm finding that this utility still has an issue with npm long paths. e.g. The following long folder path can't be deleted:- ``` C:\Users\mcder_000\Dropbox\Temp\001_Week\_err\groupmail-templates\node_modules\gulp-imagemin\node_modules\imagemin\node_modules\imagemin-jpegtran\node_modules\jpegtran-bin\node_modules\logalot\node_modules\squeak\node_modules\lpad-align\node_modules\meow ``` The above path is 254...

Hi, Awesome project - great work! Is there any way to exclude specific folder names, when using switches: -r -f. I cleanup the %TEMP% folder, but there some specific folders,...

Consider this file architecture : ``` -- root folder ---- subroot folder 1 ---- subroot folder 2 (symlink) ``` Subroot folder 2 is a symlink created with the command :...