Hi all,
I am trying to delete SW files outside of the vault when they are transition to WIP in the vault.
I am using Dispatch and in Commands I am adding the following:
Type: Delete File
Content:
where File Loc Outside of Vault is a static string variable I have created and it looks like this:
EP_VaultFilePath is a variable from selected file data card.
BTW, I tried a test where I use as filename a precise location and file and it does deletes the file. It just doesn't seem to work when I use the variables above that involved string functions and data card variables.
Any suggestions?
Many thanks
E.
I don't think all of your message came through?
A good way to debug these types of things is to make an "OK MessageBox" action just before your delete action. Have the message display the full name of the file you are trying to delete. Then you can see the variable(s) resolved and hopefully you'll see some sort of error. (Missing backslash, extra space, etc.)