Path: chuka.playstation.co.uk!scea!greg_labrec@interactive.sony.com From: "Michael Hough" Newsgroups: scee.yaroze.beginners Subject: Re: Memory card I/O. O_CREAT? Date: Sun, 22 Feb 1998 12:07:03 -0800 Organization: SCEA News Server Lines: 29 Message-ID: <6cq01p$9863@scea> References: <34F02D44.3294@manc.u-net.com> <34F03C40.2696@manc.u-net.com> NNTP-Posting-Host: delirium.Stanford.EDU X-Newsreader: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 James Shaughnessy wrote in message <34F03C40.2696@manc.u-net.com>... >Er, I just wrote: >> Writing data is something I'm not sure about either (but I'll sort >> that out using ye-olde tried and tested trial and error technique) >> and what about making my own icon (possibly animated) for the file? > >I found all I needed about the mem-card icons and header info here: > >http://www.netyaroze-europe.com/yaroze/manuals/periph.htm > >But I still need help with O_CREAT please! >Jim >-- >----------------------------------------- >James Shaughnessy james@manc.u-net.com >http://www.netyaroze-europe.com/~shaughnj >----------------------------------------- Hmm-- in , O_CREAT is defined as FCREAT, which is defined in as: #define FCREAT 0x0200 /* create if nonexistant */ Hope this helps, mike