Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ stat
Class
stat
Applications/TextEdit/main.cpp:58–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
57
void SaveFile(const char* path){
58
struct stat sResult;
59
int ret = stat(path, &sResult);
60
if(ret && ret != ENOENT){
61
Lemon::GUI::DisplayMessageBox(
"Text Editor"
, strerror(ret), Lemon::GUI::MsgButtonsOK);
Callers
1
SaveFile
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected