|
Autopsy
4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits ActionListener.
Public Member Functions | |
| void | actionPerformed (ActionEvent e) |
Static Private Attributes | |
| static final Logger | logger = Logger.getLogger(OpenLogFolderAction.class.getName()) |
The action associated with the Help/Open Log Folder menu item. It opens a file explorer window for either the log subdirectory for the currently open case, or the log subdirectory of the user directory, if there is no current case.
This action should only be invoked in the event dispatch thread (EDT).
Definition at line 49 of file OpenLogFolderAction.java.
| void org.sleuthkit.autopsy.actions.OpenLogFolderAction.actionPerformed | ( | ActionEvent | e | ) |
Definition at line 54 of file OpenLogFolderAction.java.
References org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), org.sleuthkit.autopsy.coreutils.Desktop.getDesktop(), org.sleuthkit.autopsy.casemodule.Case.getLogDirectoryPath(), org.sleuthkit.autopsy.casemodule.Case.isCaseOpen(), and org.sleuthkit.autopsy.coreutils.Desktop.open().
|
staticprivate |
Definition at line 51 of file OpenLogFolderAction.java.
Copyright © 2012-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.