Is it possible to determine in an Active Link if a file exists on the local/client computer?
Assume for this example that the client is running Windows XP. I would like to avoid using batch files on the clients and use only workflow in an Active Link.
I have tried this Set Fields command but I receive an error message when the file does not exist.
$PROCESS$ cmd.exe /c "dir /b c:\testfile.txt"
Thanks.