|
HAZE
haze is a drop-in replacement to process water vapor to be used with FORCE
|
Functions | |
| bool | fileExists (const char *filePath) |
| Check if a file exists. | |
| bool | fileWritable (const char *filePath) |
| Check if a file is writable, using the effective user and group identifiers of the calling process. | |
| bool | fileReadable (const char *filePath) |
| Check if a file is readable, usinig the effective user and group identifiers of the calling process. | |
| bool fileExists | ( | const char * | filePath | ) |
Check if a file exists.
| filePath | File path to check. |
| bool fileReadable | ( | const char * | filePath | ) |
Check if a file is readable, usinig the effective user and group identifiers of the calling process.
| filePath | File path to check. |
| bool fileWritable | ( | const char * | filePath | ) |
Check if a file is writable, using the effective user and group identifiers of the calling process.
| filePath | File path to check. |