How can you tell with a logical f/t if a path or folder exists? I use
FILE() to tell if a file exisits. Is there something similar for a path?

Happy New Year,

Jonathan Morningstar

Re: Path Command Q. by Krister

Krister
Mon Dec 31 09:53:34 CST 2007

directory(<path as string>)
(returns .t. if path exists, otherwise .f.)


"Jonathan Morningstar" <jm@ablecon.com> skrev i meddelandet
news:uvPWXJ8SIHA.6060@TK2MSFTNGP05.phx.gbl...
> How can you tell with a logical f/t if a path or folder exists? I use
> FILE() to tell if a file exisits. Is there something similar for a path?
>
> Happy New Year,
>
> Jonathan Morningstar
>