How would I export the WHOLE PROJECT rather than just a single class file out to an XML file?
I would like to, on every file change export the whole project to XML
Thanks for your time
# Edit 1:
I figured out how to export the "whole project" or in my case all of the classes in Studio, by doing the following:
S EXPORT=$SYSTEM.OBJ.ExportAllClasses("C:\YourPathHere\MyWholeProject.xml")
- Log in to post comments
.png)