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
