You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Ryan Morgan <rm...@covalent.net> on 2002/02/23 20:56:02 UTC

apr_file_open on win32

A quick question for the windows guys.

If apr_dir_open is called with a file as an argument (rather than a directory)
apr_dir_open() will return ENOTDIR on linux, but it returns APR_SUCCESS on
windows.

I guess this is because there is no dir_open equivalent on win32, but 
would it be possible to catch this condition on win32?

Thanks,

-Ryan