Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!mips!pacbell.com!ucsd!nosc!humu!pegasus!tleylan From: tleylan@pegasus.com (Tom Leylan) Newsgroups: comp.databases Subject: Re: CLIPPER 5.0 function NEEDED Keywords: clipper Message-ID: <1991May15.213729.23664@pegasus.com> Date: 15 May 91 21:37:29 GMT References: <1991May13.122331.6373@ktibv.uucp> Distribution: comp Organization: Pegasus, Honolulu Lines: 14 In article <1991May13.122331.6373@ktibv.uucp> rvdv@ktibv.uucp (Richard van der Veen) writes: >Hi there, > >I'm looking for a function in CLIPPER 5.0 that checks whether a directory exists >or not (It doesn't matter if there are files in it or not). > >Can somebody give me a hint on how to solve this, even a RTFM hint. > Richard, Check out the DIRECTORY() function on page 5-61, ADIR() could be used but DIRECTORY() supercedes it and is the preferred method. tom