I am using a script task manager that removes a password from a file, then processes the file.
what i want to do is exit the package if the file or the folder does not exist.
i have tried Dts.TaskResult = ScriptResults.Failure
but the rest of the package continues to run.
Thanks.