IDE scripting and SaveAs

Hi

I’ve a xojo project (source control friendly), and I need to save it as xojo_binary_project each time it builds. Is it possible? And how if it is?

I’ve found only DoComand(“SaveFileAs”) to call the “save as” dialog, but how to automatically give it some location and tell to save in binary format?

Also, I’ve found “OpenFile” command, but no opposite SaveFile.

Thank you!