mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-20 21:52:21 +02:00
At the moment these are no different than strings, but they allow us to do things like add URI handlers to file names if no scheme is provided, and eventually do file existence testing. This also allows the web URI to allow uploads as a means of passing a file in. The configuration will only store the filename, because otherwise someone could add a huge file which would need to be carried around in the config forever after. Handling file existence errors is up to the UI after the volatility library returns a "file not found" type exception.