| 168 | } |
| 169 | |
| 170 | std::string GetNormalizedRelativePath(const std::filesystem::path& full_path, |
| 171 | const std::filesystem::path& base_path) { |
| 172 | return NormalizePath(full_path.lexically_proximate(base_path)); |
| 173 | } |
| 174 | |
| 175 | std::vector<std::filesystem::path> GetRecursiveFileList( |
| 176 | const std::filesystem::path& path) { |