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