7576777879808182838485
File dir = new File(name); dir.mkdir(); path = temp.getAbsolutePath(); } } catch (IOException ex) { throw new CanNotCreateTemporaryDirectoryException( "Cannot create temporary directory in directory \"" + directoryPath + "\""); } return path; }