I am trying to find a little better way to get a set of files that need to go into a patch program (exe).
Scenario:
Location A has the “source” files, meaning they the correct files. Location B has an older version of the files, these need to be updated. I don’t want to push the files there directly though. What I want to do is get the difference in Location C. I then package up the Location C files into an installer and apply to Location B. Then I can re-diff A vs B to make sure the patch worked as expected. I repeat this process over and over with two sets/sessions of A, B, C locations. That’s why the “copy to folder” having session scoped memory would help. Right now “copy to folder” is global and as I change sessions i need to make sure when I “copy to folder” i pick the correct "Location C".
Scenario:
Location A has the “source” files, meaning they the correct files. Location B has an older version of the files, these need to be updated. I don’t want to push the files there directly though. What I want to do is get the difference in Location C. I then package up the Location C files into an installer and apply to Location B. Then I can re-diff A vs B to make sure the patch worked as expected. I repeat this process over and over with two sets/sessions of A, B, C locations. That’s why the “copy to folder” having session scoped memory would help. Right now “copy to folder” is global and as I change sessions i need to make sure when I “copy to folder” i pick the correct "Location C".
Comment