Hi there,
Ive got a program that exports a file then it using the winzip command line to zip it up, once zipped the program attaches the file to a email. The problem im having because the zipping is taking place externally from the program the email is trying to be sent when sometimes the zip file is not finished creating.
Is there any quick way i can get the program to loop around looking at the files last modified date then when its finished zipping carry on and exit out of the loop?
Thanks in advance
Ive got a program that exports a file then it using the winzip command line to zip it up, once zipped the program attaches the file to a email. The problem im having because the zipping is taking place externally from the program the email is trying to be sent when sometimes the zip file is not finished creating.
Is there any quick way i can get the program to loop around looking at the files last modified date then when its finished zipping carry on and exit out of the loop?
Thanks in advance