summaryrefslogtreecommitdiffhomepage
path: root/ArchiveEx/dat.cpp
AgeCommit message (Collapse)Author
2022-09-11Archive Find is now case insensitive like originallyAki
2022-09-11Fixed WIN32 build of datAki
There might be small differences between option handling and fnmatch vs. PathMatchSpecA, but that's understandable.
2022-09-11Moved FilterFile aroundAki
2022-09-11Listing option now accepts pattern filtering like extractAki
2022-09-11Extracted fnmatch filtering to a higher-order funcAki
2022-09-11dat will now extract all files if no patterns are providedAki
2022-09-11Fixed extracting files to current working directoryAki
2022-09-11Fixed handling return value of create_directoriesAki
2022-09-11Implemented file extraction in dat utilityAki
2022-09-11Extended dat update action with recursive behaviourAki
2022-08-20Added options to inspect archive content in dat utilityAki
Old PrintX methods were replaced by higher order functions ForEachX that are intended to give slighly more granual control and move the responsibility of what actually happens to the user without introducing a whole iterator.
2022-08-20Added stub of CLI utility for handling archivesAki
This will eventually deprecate Datafile