Message-Id: <200005301811.VAA11083@mailgw1.netvision.net.il> Date: Tue, 30 May 2000 21:10:04 +0200 X-Mailer: Emacs 20.6 (via feedmail 8.1.emacs20_6 I) and Blat ver 1.8.5b From: "Eli Zaretskii" To: giva AT bryggen DOT bgnett DOT no CC: djgpp AT delorie DOT com In-reply-to: (message from Gisle Vanem on Tue, 30 May 2000 17:55:16 +0200 (MET DST)) Subject: Re: mkdir and /dev/env References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Tue, 30 May 2000 17:55:16 +0200 (MET DST) > From: Gisle Vanem > > I'm sorry, I was mislead. $YAFC was *not* "\yafc", but "\yafc\yafc". > So the failing mkdir() was correct I suppose. Sorry, I don't follow. If \yafc existed, the mkdir call should have worked anyway. If \yafc did not exist, then it is expected to fail. > There isn't a recursive version I assume? You mean, like in "gmkdir -p" from the command line? No, the function doesn't support this, you need to do that programmatically.