[gameprogrammer] Re: Linux equivalent of CreateDirectory

  • From: "Kevin Jenkins" <gameprogrammer@xxxxxxxxxx>
  • To: <gameprogrammer@xxxxxxxxxxxxx>
  • Date: Sat, 10 Jul 2004 10:27:47 -0700

How would I use this in code?

----- Original Message -----
From: "Alan Wolfe" <atrix2@xxxxxxx>
To: <gameprogrammer@xxxxxxxxxxxxx>
Sent: Saturday, July 10, 2004 10:34 AM
Subject: [gameprogrammer] Re: Linux equivalent of CreateDirectory


> md for make directory
>
> ----- Original Message -----
> From: "Kevin Jenkins" <gameprogrammer@xxxxxxxxxx>
> To: <gameprogrammer@xxxxxxxxxxxxx>
> Sent: Saturday, July 10, 2004 10:23 AM
> Subject: [gameprogrammer] Linux equivalent of CreateDirectory
>
>
> > I need to do an fopen(path, "wb") where path includes directories that
may
> > or may not exist.  On windows I use CreateDirectory to create the
> > directories first, then do the fopen for the file.
> >
> > What is the Linux / Unix equivalent?

>
> ---------------------
> To unsubscribe go to http://gameprogrammer.com/mailinglist.html
>
>
>
>



---------------------
To unsubscribe go to http://gameprogrammer.com/mailinglist.html


Other related posts: