Abdelrazak Younes <[EMAIL PROTECTED]> writes: > I am not sure this is a good idea. makeAbsPath() can potentially be > called following a user request so crashing is not an option. I'd > rather throw a warning exception instead.
Remember that exceptions are not supposed to crash for stable release. The fact that they do on windows is a separate problem. JMarc