I'm testing on Windows in a non-root directory and the folder navigation works 
but I have errors in the log because of this:

line 790:

 f = new File(normalizedPath);
        if (f.getName().length() == 0) {
            f = new File(f, ".");
        }

It causes errors in writeAttrs because the file doesn't really exist in the 
normalized path (it is relative to the root).

I am not sure if it is necessary to reassign f, but if you need it you should 
do resolveFile(f) to resolve it relative to the root.
Probably even "." should be resolved relative to the root.

Frank
                                          
_________________________________________________________________
New Windows 7: Find the right PC for you. Learn more.
http://windows.microsoft.com/shop

Reply via email to