| 62 | } |
| 63 | |
| 64 | static String FileSystemParentPath(const String& path, size_t level) noexcept |
| 65 | { |
| 66 | return FileSystem::ParentPath(path, level); |
| 67 | } |
| 68 | |
| 69 | static String FileSystemParentPath2(const String& path, size_t level, String& baseFullPath) noexcept |
| 70 | { |
nothing calls this directly
no test coverage detected