Searched defs:rootPath (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/src/org/apache/james/mime4j/util/
H A DSimpleTempStorage.java44 private TempPath rootPath = null; field in class:SimpleTempStorage
51 rootPath = new SimpleTempPath(System.getProperty("java.io.tmpdir"));
118 return rootPath;

Completed in 58 milliseconds