| Description: | Loading or saving SAM job files on the network could produce not signalled error - e.g. not saved:
Now, if source or destination is network, a two step operation is done:
- SAM loading / saving now only on local machine. - Move / Copy the file to / from network.
And, if error occures, this is now signalled by either the saving call, e.g. view2DCtrl->ScExecCommand( saveToFile) or after this call by checking view2DCtrl->ScGetExecCommandResult(), which in case error is not OK. |