예제 #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();
   }
 }