This Script Detect any file changes like Create, Delete, Rename or File Contain Changes Indide the File Detecte with his Path like
{'created': [], 'deleted': [], 'file_changes': ["C:\User\Desktop\file1.txt"]}
- Detect File Create
- Detect File Delete
- Detect File Name Change
- Detect File Content Change
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system
What things you need to install the software and how to install them
Python 3.x
(Windows Machine) (Linux Machine) (Mac Machine)
python first_script.py C:\Desktop\Directory
If you want to implement, please follow the following steps:
- First, comment on the issue for that function you want to implement.
- On Github, fork the repository (see this article).
- Clone the repository to your local machine (see this article).
- Create a new branch with
git checkout -b [function-name]
. - Commit you work (using
git add [file]
andgit commit
). - Push your commit to your repository on Github (using
git push
). - Submit a pull request on the repository, requesting that your code be merged into the repository (see this article).
- Wait for your pull request to be merged into master. Thank you for any contributions!
Sohesh Doshi