On Wednesday 15 September 2004 15:37, Eilert wrote:
> Hi Alberto,
>
> Uff! :-) Wow...
>
> Thanks for that tip, I'll try it as soon as I find some time.
>
> By the way, is there a "if exist directory X" thing? Or would you do it
> with dir$?
>
> Rolf
>
>
What about IsDir() in the help?
PRINT IsDir("/windows")
---------------
grtz Ron