Skip to content

This is a simple python program to Recursively check your directory/folder to save you a bunch of time

License

Notifications You must be signed in to change notification settings

SSK010/Directory_Check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Directory Check Script

This is a Python script that allows you to check if directories (and their subdirectories) contain any files. It will recursively explore each directory and report if they are empty or contain files. The results can be saved to a text file.

Features

  • Recursively checks directories for files.
  • Reports if a directory is empty or contains files.
  • Allows user input to specify the directory to check.
  • Results can be saved to a text file of your choice.

Installation

To use the script, simply clone this repository to your local machine:

git clone https://github.com/SSK010/Directory_Check.git
cd Directory_Check

Then, you can run the script using Python 3:

python3 dir_check.py

Usage

Run the script using Python 3.
Provide the path of the directory you want to check.
Enter the directory where you want to save the results and the name of the file.
The script will output whether each directory is empty or contains files and will save the results to a .txt file.

License

This project is licensed under the MIT License - see the [[LICENSE file]] for details.

About

This is a simple python program to Recursively check your directory/folder to save you a bunch of time

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages