Question
Directory Watcher question
I am writing a directory watcher gateway for an automated process that dumps files into a directory that is a Windows share for our network. I am having some trouble with partial files being pulled in, which we have mainly solved already. My main question is just a check to make sure we are solving this safely.
Does acquiring a directory listing with cfdirectory cause file locking to occur in the directory being listed?