Miscellanea functions.
More...
Go to the source code of this file.
Functions |
bool | fexists (const char *filename) |
| Function checking the existence of a file.
|
Detailed Description
Miscellanea functions.
- Author
- Federico Cerutti f.cer.nosp@m.utti.nosp@m.@abdn.nosp@m..ac..nosp@m.uk
- Copyright
- GNU Public License v2
Definition in file misc.cpp.
Function Documentation
bool fexists |
( |
const char * |
filename | ) |
|
Function checking the existence of a file.
- Parameters
-
[in] | filename | Pointer to a const char containing the name of the file |
- Return values
-
Definition at line 15 of file misc.cpp.