Re: wrestling with referenced graphics pointers

2009-01-28 Thread Art Campbell
If you make an entire copy of the project at the same directory level, you should be OK because that doesn't change the relative paths. Base Directory Dec.Jan. Feb. So making a March copy at this level would work, because you're rolling the directory for

RE: wrestling with referenced graphics pointers

2009-01-28 Thread David Spreadbury
Ben, If you change the directory name you have changed the relative path to the graphics. The path must stay the same, relative to the source files. One solution would be to store the graphics in the same tree as the source files, i.e., BookFolder --|SourceFiles --|Graphics Then when the source