mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 09:17:42 +00:00
Don't allow the user to select a directory for Volatility module
This commit is contained in:
parent
96485ded14
commit
df9cbd9fde
@ -363,9 +363,9 @@ final class MemoryDSInputPanel extends JPanel implements DocumentListener {
|
||||
// display warning if there is one (but don't disable "next" button)
|
||||
warnIfPathIsInvalid(path);
|
||||
|
||||
boolean isExist = new File(path).exists();
|
||||
boolean isFile = new File(path).isFile();
|
||||
|
||||
return (isExist);
|
||||
return (isFile);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user