pjrinaldi / wombatforensics

linux c++, fox-toolkit, multi-threaded forensic gui tool
GNU General Public License v2.0
46 stars 12 forks source link

Container/Volume & Pool/Volume Paradigm #433

Closed pjrinaldi closed 1 year ago

pjrinaldi commented 2 years ago

Implement the functionality everywhere to handle the evidence/partition/files and evidence/partition|pool/volume/files.

right now i am simply doing e#-p#-f#|e#/p#/f# for the evidence/partition/files method and e#-p#v#-f#|e#/p#/v#/f# for the evidence/partition|pool/volume/files method.

need to implement this switch everywhere code is run based on nodeid.split("-") methodology to account for the p#v#.