| 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); |
no outgoing calls
no test coverage detected