Path: utzoo!attcan!uunet!munnari.oz.au!uhccux!ames!apple!vsi1!teda!zehntel!donw From: donw@zehntel (Don White) Newsgroups: comp.sys.amiga.tech Subject: A command ... Message-ID: <5004@zehntel.UUCP> Date: 1 Jun 90 20:38:33 GMT Sender: usenet@zehntel.UUCP Reply-To: donw@zehntel (Don White) Organization: Zehntel, Inc. Walnut Creek, CA Lines: 30 *To: myb100@csc.anu.oz *Subject: Re: Deleting files from within C ? *In article <2136.265c6de6@csc.anu.oz> you write: *> *>G'day y'all *> *> I want to ask what is probably an easy question for all you great, *>highly informed techies out there :-) (butter 'em up and then hit 'em :-) ): *> *> How does one delete files on (say) the RAM: disc from *within* a I think most compilers use the unix style 'System' command. ex. char mystring[] = "delete foo"; System(mystring); /* execute command as if it was typed in */ Hope this helps ... -- * Don White * * Box 271177 Concord, CA. 94527-1177 * * zehntel!donw * * Don White * * Box 271177 Concord, CA. 94527-1177 * * zehntel!donw *