Deliver to the *first folder* after watchfolder

Questions and answers on how to get the most out of FFAStrans
emcodem
Posts: 1646
Joined: Wed Sep 19, 2018 8:11 am

Re: Deliver to the *first folder* after watchfolder

Post by emcodem »

This was my idea:
cond.png
cond.png (34.57 KiB) Viewed 670 times
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\"
emcodem, wrapping since 2009 you got the rhyme?
Post Reply