| 67 | } |
| 68 | |
| 69 | static String FileSystemParentPath2(const String& path, size_t level, String& baseFullPath) noexcept |
| 70 | { |
| 71 | return FileSystem::ParentPath(path, level, baseFullPath); |
| 72 | } |
| 73 | |
| 74 | static String FileSystemVolumePath(const String& path) noexcept |
| 75 | { |
nothing calls this directly
no test coverage detected