>FWIW, I prefered the File.getParent()/getName() version. I >believe the statement that getParent would use \ as filesep to >find the parent to be incorrect. getParent is both more >explicit and shorter. But maybe I'm missing something about >getParent()? Thanks, --DD
Yes, I prefered the File-based stuff too. I had misunderstood the last statements on Bugzilla. I changed to File.getParent().replace('\\','/') - all tests passed. Jan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]