mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
55 lines
2.4 KiB
HTML
55 lines
2.4 KiB
HTML
<!--
|
|
To change this template, choose Tools | Templates
|
|
and open the template in the editor.
|
|
-->
|
|
<html>
|
|
<head>
|
|
<title>About File Search</title>
|
|
<link rel="stylesheet" href="nbdocs:/org/netbeans/modules/usersguide/ide.css" type="text/css">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
</head>
|
|
<body>
|
|
<h2>About File Search</h2>
|
|
<p>
|
|
File Search is one of the main windows in Autopsy.
|
|
By using File Search, you can specify, filter, and show the directories and files that you want to see from the images in the current opened case.
|
|
<br><br>
|
|
Currently, Autopsy only supports 3 categories in File Search: Name, Size, and Date based search.<br>
|
|
<b>Note</b>: For now, Autopsy doesn't support keyword search and regular expression.
|
|
<br><br>
|
|
</p>
|
|
|
|
<h2>How to Open File Search</h2>
|
|
<p>
|
|
To see how to open File Search, click <a href="nbdocs:/org/sleuthkit/autopsy/filesearch/docs/open-filesearch.html">here</a>.
|
|
<br><br>
|
|
<b>Note:</b> The File Search Window is opened and closed automatically. If there's a case opened and there is at least one image inside that case, File Search Window can't be closed.
|
|
<br><br>
|
|
</p>
|
|
|
|
<h2>How to Use File Search</h2>
|
|
<p>
|
|
To see how to use File Search, click <a href="nbdocs:/org/sleuthkit/autopsy/filesearch/docs/how-to-use-filesearch.html">here</a>.
|
|
<br><br>
|
|
</p>
|
|
|
|
<h2>Example</h2>
|
|
<p>
|
|
Here's an example of a File Search window:
|
|
<img src="FileSearch_example.png" alt="File Search Top Component Window" />
|
|
</p>
|
|
</body>
|
|
</html>
|
|
<!--
|
|
Tip: to create a link which will open in an external web browser, try:
|
|
<object classid="java:org.netbeans.modules.javahelp.BrowserDisplayer">
|
|
<param name="content" value="http://www.netbeans.org/">
|
|
<param name="text" value="<html><u>http://www.netbeans.org/</u></html>">
|
|
<param name="textFontSize" value="medium">
|
|
<param name="textColor" value="blue">
|
|
</object>
|
|
To create a link to a help set from another module, you need to know the code name base and path, e.g.:
|
|
<a href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/configure/configure_options.html">Using the Options Window</a>
|
|
(This link will behave sanely if that module is disabled or missing.)
|
|
-->
|