I have a SSIS Package and the first task I have is a script task. it checks to see if a file exists if it does (=1) then it continues to next tasks how to I get it to go down a different route if file does not exist(=0)?
I have tried adding a completion arrow and a failure arrow but this is not correct