Comment 15 for bug 613153

Revision history for this message
Rob Keeney (largo84) wrote :

After additional testing I found the following:

* ..\Documents\etc. does *not* work to write the file to correct location (path does not exist: E:\Documents\Documents\Web Site)
* ..\..\Documents\etc. *does* work for opening file for the first time. However, the number of ..\ repetitions needs to match the level of the .leo file. I suppose this is the reason I had trouble with one file as the .leo file was 3 directory levels removed from the root, therefore needed ..\..\..\Documents\etc. to work properly.

This means that I have a workable temporary solution as long as I match the ..\ repetitions to the location of the .leo file (at least that's not subject to change).

I saw your note about the open python bug, very interesting. Any idea if this is still an issue with python3k?

Rob...............