MCPcopy Create free account
hub / github.com/OpenNFS/OpenNFS / InitDirectories

Method InitDirectories

src/main.cpp:194–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192 }
193
194 void InitDirectories() {
195 if (!(boost::filesystem::exists(CAR_PATH))) {
196 boost::filesystem::create_directories(CAR_PATH);
197 }
198 if (!(boost::filesystem::exists(TRACK_PATH))) {
199 boost::filesystem::create_directories(TRACK_PATH);
200 }
201 }
202
203 void PopulateAssets() {
204 using namespace boost::filesystem;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected