From: "Ben Davis" Newsgroups: comp.os.msdos.djgpp Subject: Best way to implement DELTREE Date: Tue, 4 Apr 2000 11:21:43 +0100 Organization: Customer of Planet Online Lines: 11 Message-ID: <8ccfq7$v1q$1@newsg1.svr.pol.co.uk> NNTP-Posting-Host: modem-112.tellurium.dialup.pol.co.uk X-Trace: newsg1.svr.pol.co.uk 954843783 31802 62.136.43.112 (4 Apr 2000 10:23:03 GMT) NNTP-Posting-Date: 4 Apr 2000 10:23:03 GMT X-Complaints-To: abuse AT theplanet DOT net X-Newsreader: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Is there a function in libc which will do a DELTREE for me for my uninstall program? If not, what is the best way to implement one? I know I could use system(), but that's untidy...isn't it? Please, no ethical issues about leaving the configuration files - I'm providing this ability as well. Ben Davis