Function dai::utility::filenamesInTar

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