Xymon Mailing List Archive search

test for existence of directory on Windows

list Jeremy Laidman
Thu, 22 Mar 2012 10:45:35 +1100
Message-Id: <CAAnki7Ayu_NmJKYTV84=bSqsy0JgMC38GRuCgqUq=user-ef0ef72f4306@xymon.invalid>

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