Skip to content

Latest commit

 

History

22 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation


Dead File Finder Dead File Finder workflow




About

A C++ utility for scanning, analyzing, and cleaning files inside a selected folder.

Dead File Finder lets users select a folder, inspect the files inside it, analyze their basic properties, and decide which files should be kept or deleted.




Features

  • Select and validate any folder path from the computer
  • Scan files inside the selected location
  • Display file name, extension, size, and word count
  • Detect empty files
  • Identify files not modified for 6 months or more
  • Review potential dead files before taking action
  • Permanently delete a selected file
  • Handle invalid paths and filesystem errors



How It Works

Point the tool to a folder and let it analyze the files. It checks their basic properties and identifies empty or outdated files that may be worth reviewing.

You stay in control — review the flagged file, check its details, permanently delete it, or exit whenever you're done.




Built With

C++ and Object-Oriented Programming applied to a practical file-system utility.

C++ Object-Oriented Programming Filesystem & File Handling




Run Locally

Compile the project and run the utility directly from the terminal.

Clone the repository

git clone <your-repository-url>
cd Dead_File_Finder

Compile

g++ -g src/main.cpp src/File.cpp src/Folder.cpp src/Scanner.cpp src/Analyzer.cpp -o main.exe

Run

.\main.exe




What's Next

Future updates will focus on making file analysis more useful while keeping the tool simple and practical.




Closing animation

About

A C++ CLI tool that scans folders and flags unnecessary files for cleanup.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages