IOUtils.getFullFilename is defined as: > public static String getFullFilename(File file) { > try { > return file.getCanonicalPath(); > } catch (Exception e) { > > >Hierarchy.getDefaultHierarchy().getLoggerFor("cocoon").debug("IOUtils.getFullFilename" > , e); > return file.getAbsolutePath(); > } > } If getAbsolutePath is defined an acceptable fallback do we need to call the 'expensive' getCanonicalPath method at all? Stuart. ------------------------------------------------------------------------- Stuart Roebuck [EMAIL PROTECTED] Lead Developer Java, XML, MacOS X, XP, etc. ADOLOS <http://www.adolos.com/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]