Matt Benson wrote:

FileUtils.resolveFile claims to return absolute files;
however calling FileUtils.resolveFile(null, "\\") on
DOS returns the non-absolute File "\\". So we lie. :)


-Matt



No file on windows is allowed to have \ in the name, so \\ would not be a valid file on dos at all (so not a non-absolute one, but none at all).

Martijn

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to