Test for file

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Werner
    Indigo Rose Customer
    • Sep 2003
    • 1

    Test for file

    Hello,

    How can I test if a file ('Update.zip') exists in a certain directory ('C:\Update') ?
    I want to do the following :
    First test if file 'Update.zip' exists in 'C:\Update'. If it does, use this file to perform the update. If it doesn't, connect to internet and download.
    The downloading part is working fine.

    Best regards,

    Werner
  • Brett
    Indigo Rose Staff Member
    • Jan 2000
    • 2000

    #2
    Re: Test for file

    In your server file editor script, use a Read File Information action. Set the "File information to collect" field to "Existence".

    Comment

    Working...
    X