[REBOL] Re: Making a new dir
From: alekk::obywatel::pl at: 28-Jun-2001 2:32
----- Original Message -----
From: "Donald Dalley" <[ddalley--idirect--com]>
To: "REBoL Mail List" <[rebol-list--rebol--com]>
Sent: Wednesday, June 27, 2001 6:50 PM
Subject: [REBOL] Making a new dir
> Hi, Rebols:
>
> I use a couple of lines, with my Amiga, to make a new directory:
>
> ; Create a drawer, if one does not exist
> drawer: %/SD0/TSE-Data
> IF NOT EXISTS? drawer [ MAKE-DIR drawer ]
>
> ---===///||| Donald Dalley |||\\\===---
> The World of AmiBroker Support
> http://webhome.idirect.com/~ddalley
> UIN/ICQ#: 65203020
try just %//tse-data
(User Guide 11-4)
Aleksander K.
[alekk--obywatel--pl]