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

Function ParentPath

Siv3D/src/Siv3D/FileSystem/SivFileSystem.cpp:102–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 }
101
102 FilePath ParentPath(const FilePathView path, const size_t level)
103 {
104 FilePath unused;
105 return ParentPath(path, level, unused);
106 }
107
108 FilePath ParentPath(const FilePathView path, size_t level, FilePath& baseFullPath)
109 {

Callers 15

ChildProcessDetailMethod · 0.85
ResourceFunction · 0.85
CreateParentDirectoriesFunction · 0.85
SetWorkingDirectoryFunction · 0.85
ChildProcessDetailMethod · 0.85
openMethod · 0.85
CreateParentDirectoriesFunction · 0.85
openMethod · 0.85
ResourceFunction · 0.85
CreateParentDirectoriesFunction · 0.85
FileSystemParentPathFunction · 0.85
FileSystemParentPath2Function · 0.85

Calls 6

ends_withMethod · 0.80
IsResourcePathFunction · 0.50
FullPathFunction · 0.50
clearMethod · 0.45
pop_backMethod · 0.45
isEmptyMethod · 0.45

Tested by

no test coverage detected