First of all I will show example to you.
- I have another python files from each directories as below.(cannot move cause of python file work with each directory).
- A.py from C:/User/xxx/A_folder
- B.py from C:/User/xxx/B_folder
- C.py from C:/User/xxx/C_folder
- And I have 1 folder for keep data.
- C:/User/xxx/Data_Folder
- So I want to run each python file when Data_Folder is changed (only add new file).
- If C:/User/xxx/Data_Folder add 1A.mp4. It will run A.py
- If C:/User/xxx/Data_Folder add 2B.mp4. It will run B.py
- If C:/User/xxx/Data_Folder add 3C.mp4. It will run C.py
for Data_Folder should be autorun standby waiting for file is add to Data_Folder.
Please support me and If you have any information please tell me. Thank you so much for any support.