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

Function FileSystemParentPath

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

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

ParentPathFunction · 0.85

Tested by

no test coverage detected