Skip to main content
FlaviaDanzaVilela
Participating Frequently
March 1, 2022
Question

my saves have 0KB

  • March 1, 2022
  • 1 reply
  • 410 views

Everytime I save a project it comes with 0KB. When I zip it and try to open, the programs cannot read it

This topic has been closed for replies.

1 reply

alank99101739
Legend
March 1, 2022

It is a bit confusing, agreed. The .chproj file does *not* contain your project files. It is always zero sized. Alongside the FOO.chproj file you will find a FOO/ directory. All the files are in that. The .chproj file gives you something to double click on, then it looks for a directory with the same name to find the files in. So ZIP up FOO and FOO.chproj and share that if you need to (e.g. for backups).

FlaviaDanzaVilela
Participating Frequently
March 2, 2022

What is FOO?

alank99101739
Legend
March 2, 2022

Whatever your project name is. The directory name is the same name as the project file without the file extension. So if you rename the .chproj file you have to rename the directory as well.