Hi, Is apr_file_perms_set implementated on windows?
When I call apr_status_t status = apr_file_perms_set (filename, 0x755); if (APR_STATUS_IS_ENOTIMPL(status)) // Is true Do, I have to set any particular compiler option to build the apr library or my application, or it is just not implemented. I am using apr-1.2.7. Will upgrading to a newer version solve the problem? Regards, Prakash Reddy Bande Altair Engg. Inc, Troy, MI
