示例#1
0
文件: Case.java 项目: halbbob/autopsy
 /**
  * Gets the full path to the temp directory of this case
  *
  * @return tempDirectoryPath
  */
 public String getTempDirectory() {
   if (xmlcm == null) {
     return "";
   } else {
     return xmlcm.getTempDir();
   }
 }