-
-
Notifications
You must be signed in to change notification settings - Fork 69
Description
I have a feature request and have illustrated it in the attached image.
Feature Name: Watch Folder / Monitor Folder
Functionality:
- Check if a file exists
- Check if a file does not exist
- Check if a folder exists
- Check if a folder does not exist
- Check if a folder contains any files
- Check if a folder is empty
Behavior:
- If the condition is true, proceed to the next step
- If the condition is false, wait and keep checking
Detail:
- "Check for" section: The user should be able to select whether they want to check for a file, a folder, or both. If both checkboxes are selected, it should check for both conditions.
- When checking for a folder, there should be two additional checkboxes:
• Contains files
• Empty
If both checkboxes are unchecked, the app should only check whether the folder exists.
If "Contains files" is checked, it should check whether the folder contains any files.
If "Empty" is checked, it should check whether the folder is empty.
