I have some code that sets a file location, then a report gets created to that location using the PDF writer. From there I create a mail message with an attachment, which is that PDF file. How can I tell if the file has not been created? I want to create an error if the file is missing and stop the mail message from being created. When I do the attachment, it’s name is strOutFile, which points to the location of the file.
Thanks,
Mark