Home
last modified time | relevance | path

Searched refs:firstDotdir (Results 1 – 1 of 1) sorted by relevance

/dports/games/barony/Barony-3.3.7/src/
H A Dgame.cpp3321 std::string firstDotdir(basepath); in main() local
3322 firstDotdir += "/.barony/"; in main()
3323 if (access(firstDotdir.c_str(), F_OK) == -1) in main()
3325 …mkdir(firstDotdir.c_str(), 0777); //Since this mkdir is not equivalent to mkdir -p, have to create… in main()
3327 snprintf(outputdir, sizeof(outputdir), "%s/epicgames", firstDotdir.c_str()); in main()