From: TH Newsgroups: comp.os.msdos.djgpp Subject: Newbie Question : File Manipulations in C++ Date: Thu, 14 Aug 1997 00:06:02 +0800 Organization: Singapore Telecommunications Ltd Lines: 7 Message-ID: <33F1DB6A.7ED4@singnet.com.sg> NNTP-Posting-Host: ts900-6002.singnet.com.sg Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk How do I actually do file manipulations in C++ i.e. rename, delete files, etc. What are the header files to include? For C, it is dir.h. Is there an equivalent in C++? TIA. TH