MCPcopy Create free account
hub / github.com/TypesettingTools/Aegisub / CurrentPath

Function CurrentPath

libaegisub/common/fs.cpp:115–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 }
114
115 agi::fs::path CurrentPath() {
116 return agi::fs::path(std::filesystem::current_path());
117 }
118
119 void CurrentPath(path const& path) {
120 std::filesystem::current_path(path);

Callers 2

TESTFunction · 0.85
currentdirFunction · 0.85

Calls 1

pathClass · 0.85

Tested by 1

TESTFunction · 0.68