P
Phil Galey
I have a FileSystemWatcher that triggers when a PDF file is created.
However, the creation of the PDF file is about a 7 or 8 second process ... I
cannot refer to the file during that time because it does not yet exist. If
I set up a loop using the Sleep API call, it loops forever and the software
that creates the PDF file stops progressing and the file never finishes
getting created. The FileSystemWatcher was triggered only on the beginning
of the process.
Is it possible to use the FileSystemWatcher to trigger when a file is
created and not just conceived?
However, the creation of the PDF file is about a 7 or 8 second process ... I
cannot refer to the file during that time because it does not yet exist. If
I set up a loop using the Sleep API call, it loops forever and the software
that creates the PDF file stops progressing and the file never finishes
getting created. The FileSystemWatcher was triggered only on the beginning
of the process.
Is it possible to use the FileSystemWatcher to trigger when a file is
created and not just conceived?