20.13.3 Testing pathname permissions ¶
For the semantics of the parameter PRINT_ERROR see Coding conventions
and identifier names.
- Function: mbfl_file_pathname_is_readable PATHNAME ¶
- Function: mbfl_file_pathname_is_readable PATHNAME PRINT_ERROR ¶
Return true if PATHNAME is not the empty string and is readable.
- Function: mbfl_file_pathname_is_writable PATHNAME ¶
- Function: mbfl_file_pathname_is_writable PATHNAME PRINT_ERROR ¶
Return true if PATHNAME is not the empty string and is writable.
- Function: mbfl_file_pathname_is_executable PATHNAME ¶
- Function: mbfl_file_pathname_is_executable PATHNAME PRINT_ERROR ¶
Return true if PATHNAME is not the empty string and is executable.