brucexs wrote:

> I don't think I can help on this as I suspect it is due to limitations 
> in the system routines that file plugin uses with respect to network 
> drives/folders.

I found a work-around ;-)

Instead of creating a shortcut to V:\something and then resolving it, I create 
a shortcut to C:\something, 
which doesn't exist but it doesn't matter, then resolve it and change C to V in 
the result string. It works all 
the time.

I use this shortcut+resolve trick to normalize pathnames involving any 
combinations of ..\ and folders, i.e.,
p1\..\p2\p3\..\..\p4   =>  p4

Reply via email to