/remove_file_by_type

Python script that removes file in directories by file type

Primary LanguagePython

remove_file_by_type

Python script that removes file in directories and its child directories by file type

Why make this

For personal use to remove files by type

How to use

py remove_files.py -p "path/to/folder" -t ".txt"

the above revoves all .txt files in the directory and child directories