04-11-2016 06:11 AM
Dear Friends,
If I load an XML in Labwindows from a specific position, can I change its path to to different position when saving it?
Regards
Raunak
04-11-2016 06:51 AM
If you are using CVI XML instrument, you can save your file wherever you want appropriately creating the pathname to pass to CVIXMLSaveDocument (). MakePathname () and SplitPath () functions can be of help in this matter. While doing this, you are creating a new copy of the original XML file in the new location, but the source file remains unchanged: if you want to move the file, you need to add old deletion file to the process.
04-11-2016 07:02 AM
Dear Roberto,
Thank you for the response. But I do not get one thing. What exactly do you mean by "you need to add old deletion file to the process"?
Br/
Raunak
04-11-2016 08:00 AM
Sorry, I edited the message that got messed up. It should read "You need to add deletion of the old file to the process"