Re: Deliver to the *first folder* after watchfolder
Posted: Wed Mar 22, 2023 8:12 am
This was my idea:
What you currently do would count the files in %s_recursed_path% ($exists does count files if you provide a folder). But as %s_recursed_path% does not exist because it is never a complete path with driveletter, garbage happens...
What your check is in reality: $exists("") - if recursed path is empty or $exists("Day1/Clips") if you had a subfolder. In both cases, the function will always say 0 because the folders you check don't exist.
Also, even if it works to use time variables in the watchfolder (monitor processor), i'd probably leave that out and just watch in "D:\In\"
What you currently do would count the files in %s_recursed_path% ($exists does count files if you provide a folder). But as %s_recursed_path% does not exist because it is never a complete path with driveletter, garbage happens...
What your check is in reality: $exists("") - if recursed path is empty or $exists("Day1/Clips") if you had a subfolder. In both cases, the function will always say 0 because the folders you check don't exist.
Also, even if it works to use time variables in the watchfolder (monitor processor), i'd probably leave that out and just watch in "D:\In\"