MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / main

Function main

applications/test/mkdir/Test-mkdir.C:34–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32// Main program:
33
34int main(int argc, char *argv[])
35{
36 fileName path("/hmm/hmm2/hmm3");
37
38 mkDir(path);
39
40 return 0;
41}
42
43
44// ************************************************************************* //

Callers

nothing calls this directly

Calls 1

mkDirFunction · 0.50

Tested by

no test coverage detected