You should be able to see if cancel was pressed by checking the path output. If it's blank then the user pressed Cancel, if not they pressed Save. This is demonstrated in the attached example, which is my original example modified by Mikael Garcia.
Or if you set the property "CancelError" to true then an error will be generated in the Error Out terminal of the invoke node containing "ShowSave". See the other attached file to see this.
BTW, you can't have slashes "/" in windows file names, as your example was set up.
Good luck!
Brian