Function dai::utility::filenamesInArchive
Defined in File Compression.hpp
Function Documentation
-
std::vector<std::string> dai::utility::filenamesInArchive(const std::filesystem::path &archivePath)
Gets a list of filenames contained within an archive.
- Parameters:
archivePath – Path to the archive file to read
- Returns:
Vector of paths for the files within the archive