Skip to main content

Workflow solution for checking existence of file on the server

Comments

1 comment

  • Zack Robison
    There is a method in the .net io.file class called "Exists" which you can probably use as long as your workflow machine can view the target virtual directory.  You could instead use a webrequest workflow activity to check for a 404 agains the url before you provide it to the user.
    0

Please sign in to leave a comment.