MCPcopy Create free account
hub / github.com/Siv3D/OpenSiv3D / FileSystemParentPath2

Function FileSystemParentPath2

Siv3D/src/Siv3D/Script/Bind/ScriptFileSystem.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

ParentPathFunction · 0.85

Tested by

no test coverage detected