MCPcopy Create free account
hub / github.com/FreeFem/FreeFem-sources / ff_stat

Function ff_stat

plugin/seq/shell.cpp:100–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100long ff_stat(string *c) {
101 struct stat buff;
102
103 return stat(c->c_str( ), &buff);
104}
105
106long ff_isdir(string *c) {
107 struct stat buff;

Callers

nothing calls this directly

Calls 1

statClass · 0.70

Tested by

no test coverage detected