mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
comment update
This commit is contained in:
parent
cbaba065b3
commit
a95ae52c09
@ -1328,7 +1328,8 @@ public class Case {
|
||||
* @return The temp subdirectory path.
|
||||
*/
|
||||
public String getTempDirectory() {
|
||||
// get temp folder scoped to the uuid of the case
|
||||
// get temp folder scoped to the combination of case name and timestamp
|
||||
// provieded by getName()
|
||||
Path path = Paths.get(UserPreferences.getAppTempDirectory(), CASE_TEMP_DIR, getName());
|
||||
File f = path.toFile();
|
||||
// verify that the folder exists
|
||||
|
Loading…
x
Reference in New Issue
Block a user