missing names / Metadata
Up to Bugs
christophThanks for this report. Fritzing stores sketch information in two XML files - *.fz is a high-level description of the circuit showing which parts are used and the wires between them. *.fzb is a more complete description of the parts and connections.
Both files are needed by Fritzing and you're right - *.fzb contains references to the specific location of the *.fz file. If one or both have been moved the connection breaks down.
Right now we need to keep the files separate, but we are looking at different ways to handle this - either by putting everything in a single folder that can be moved around the way Processing and Arduino do, by combinging the files, by creating some type of archive that contains both files, etc. We welcome any suggestions on how to approach this.
