Logged In: YES
user_id=430590

We know the source of this problem. Windows does not
support paths that span devices, so the working directory
path above is invalid. Perhaps we can detect when we try to
construct a relative path (using the method makeRelativeTo
or makeRelative) on Windows that crosses device boundaries
and throw an exception. Then the clients of the
makeRelativeTo and makeRelative methods will have to respond
to this exception and perhaps use absolute paths instead.

-- Corky