From: "Graham Reeds" Newsgroups: comp.os.msdos.djgpp References: Subject: Re: Extracting a directory name. Lines: 11 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Message-ID: Date: Mon, 18 Jun 2001 16:32:51 +0100 NNTP-Posting-Host: 62.254.81.186 X-Complaints-To: abuse AT ntlworld DOT com X-Trace: news6-win.server.ntlworld.com 992878365 62.254.81.186 (Mon, 18 Jun 2001 16:32:45 BST) NNTP-Posting-Date: Mon, 18 Jun 2001 16:32:45 BST Organization: ntlworld News Service To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Forgot to mention that the data types are thus: char *Ptr; unsigned char BaseDir[MAXPATHLENGTH], FileName[MAXPATHLENGTH]; unsigned int bytecopy = 0; -- Thanks, Graham Reeds.