MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / stat

Class stat

LibLemon/src/gui/filedialog.cpp:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 path += box->contents.front();
41
42 struct stat sResult;
43 int e = stat(path.c_str(), &sResult);
44 if(e && dflags & FILE_DIALOG_CREATE && errno == ENOENT){
45 FileDialogOnFileOpened(path.c_str(), dialogFileView);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected