Convert binary project to text?

I found on the forum that to change from the binary format to the text format you should do a save as and select the format you want.

I’ve got a web app and a Pro license and I’ve done this but I still get a binary project. What am I missing?

In the Save dialog you need to select the format you desire:

1 Like

I selected XOJO_XML_PROJECT and I still don’t get separate text files?

You need to select “Xojo Project”. That’s the multi-file source format.

2 Likes

Correct, XML Project creates one file, you need to select Xojo Project.

Oh duh! Thanks for waking me up.