I have a file monitor task setup on a base folder with watch subfolders. Is there a way to set the watch subfolder to be only 1 subfolder deep? I dont want it to process past the base of the first subfolders meaning
Root
subfolder
subsubfolder
subfolder
subfolder
the file monitor porcess is watching Root and subfolders but i dont want it to watch or process files from subsubfolders. Is there any way to achieve this? If not is there a way to count folder in the path?
Folder count
Re: Folder count
File monitor trigger allows to monitor listed folders or folders with all sub-folders.
If you want to use only one level you should analyze the list of changed files in the task.
Another way:
You can specify necessary folders without sub-folders in File Monitor trigger. This trigger can monitor several folders simultaneously.
If you want to use only one level you should analyze the list of changed files in the task.
Another way:
You can specify necessary folders without sub-folders in File Monitor trigger. This trigger can monitor several folders simultaneously.
Oleg Yershov