mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-19 11:07:43 +00:00
Updated Timeline code to use new method Case.getModulesOutputDirAbsPath()
for storing timeline-related files.
This commit is contained in:
parent
53a697e122
commit
e539a0e848
@ -205,7 +205,7 @@ public class Simile2 extends CallableSystemAction implements Presenter.Toolbar,
|
||||
scroll_Events.setContent(null); //Needs some content, otherwise it crashes
|
||||
|
||||
// set up moduleDir
|
||||
moduleDir = new java.io.File(Case.getCurrentCase().getCaseDirectory() + java.io.File.separator + "timeline");
|
||||
moduleDir = new java.io.File(Case.getCurrentCase().getModulesOutputDirAbsPath() + java.io.File.separator + "timeline");
|
||||
if (!moduleDir.exists()) {
|
||||
moduleDir.mkdir();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user