Hello guys, i'm trying to write a little script to export my Vegas Pro 19 project as an XML file,
I tried using the Vegas.Project.ArchiveProject() method but it seems like it is not the right one to use since it is exporting a binarised file and also showing a little warning message.
There is a "ArchiveProjectFlags" parameter mentioned in the documentation but there is not a single detail about it.
Is it actually possible to export a project as XML using a script ?
Code i'm using :
Thanks in advance.