test for existence of directory on Windows
On Thu, Mar 22, 2012 at 12:34 AM, Neil Simmonds <user-8188d25e65e4@xymon.invalid> wrote: [snip] In Windows (and DOS), the pseudo-file "NUL" exists in every directory. So perhaps look for "E:\dirtest\NUL" and see if that "exists". J