tags:

views:

7

answers:

0

I want to be able to differentiate between "file not exist" and "other" errors when opening a file using apr_file_open(). It seems like the official documentation at apr_file_open doesn't list expected return values or even file permission enums.

Anyone can point me to more documentation on it?