Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cornell!uw-beaver!uw-entropy!dataio!pilchuck!amc-gw!thebes!polari!6sigma2 From: 6sigma2@polari.UUCP (Brian Matthews) Newsgroups: comp.sys.ibm.pc Subject: Re: Novice programming question - removing hierarchies Message-ID: <1244@polari.UUCP> Date: 6 Feb 90 01:20:40 GMT References: <1242@polari.UUCP> Reply-To: 6sigma2@.UUCP (Brian Matthews) Organization: PolarServ, Seattle WA Lines: 10 In article <1242@polari.UUCP> I write: |I'm new to programming under MS-DOS, but I need to remove a directory |and all of its contents, recursively from within a program. I'm using |Microsoft C 5.1. I dug around some, and discovered that this is trivial using _dos_findfirst and _dos_findnext. -- Brian L. Matthews blm@6sceng.UUCP