1. Is there a possibility to tell ZP to not delete a file from harddisk? E.g. i have a file with 160 url's. ZP takes a URL and deletes it after successful execution. If the file is empty ZP deletes the file. I don't want to create a new file with this name, so i want that it stays as empty file on harddrive.
2. How can i tell ZP to quit the execution of a template automatically? I want to quit the template if the file is empty, how is that possible? thx
EDIT: second question was answered:
{-File.CountOfStrings-|-\Resources\filename.txt-} use this macros
and also logic
if count of strings == 0
than exit
2. How can i tell ZP to quit the execution of a template automatically? I want to quit the template if the file is empty, how is that possible? thx
EDIT: second question was answered:
{-File.CountOfStrings-|-\Resources\filename.txt-} use this macros
and also logic
if count of strings == 0
than exit