mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-13 00:16:16 +00:00
add derived files support for directory extract
This commit is contained in:
parent
1a983c6bed
commit
4a594255e0
@ -338,6 +338,11 @@ public final class ContentUtils {
|
|||||||
return getFsContentDest(lf);
|
return getFsContentDest(lf);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public java.io.File visit(DerivedFile df) {
|
||||||
|
return getFsContentDest(df);
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public java.io.File visit(Directory dir) {
|
public java.io.File visit(Directory dir) {
|
||||||
return getFsContentDest(dir);
|
return getFsContentDest(dir);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user