mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-18 02:27:42 +00:00
3650 add back loop over entire set of files for logical files dsp
This commit is contained in:
parent
b239a19329
commit
73f36a676b
@ -191,6 +191,9 @@ final class LocalFilesPanel extends javax.swing.JPanel {
|
|||||||
StringBuilder allPaths = new StringBuilder();
|
StringBuilder allPaths = new StringBuilder();
|
||||||
for (File f : files) {
|
for (File f : files) {
|
||||||
currentFiles.add(f);
|
currentFiles.add(f);
|
||||||
|
}
|
||||||
|
for (File f : currentFiles) {
|
||||||
|
//loop over set of all files to ensure list is accurate
|
||||||
//update label
|
//update label
|
||||||
allPaths.append(f.getAbsolutePath()).append("\n");
|
allPaths.append(f.getAbsolutePath()).append("\n");
|
||||||
}
|
}
|
||||||
|
BIN
Core/test/filter_test1.img
Normal file
BIN
Core/test/filter_test1.img
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user