Skip to content

rodfmarin/ParallelFileDeleter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

ParallelFileDeleter

A command line utility that deletes a list of files using Parallel tasks

A simple tool that reads a .csv containing file paths and deletes them using parallel tasks.

The input csv is formatted as:

C:\folder\sub-folder\file1.txt
C:\folder\sub-folder\file2.txt
C:\folder2\sub-folder2\file3.txt
...

To execute the utility, from the command line: ParallelFileDeleter.exe "C:\Path\To\CSVDirectory" "C:\Path\To\ErrorLogDirectory"

About

Parallel file deletions on the command line

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages