X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "Larsen" Newsgroups: comp.os.msdos.djgpp Subject: Create folder Date: Sun, 5 Oct 2008 01:27:51 +0200 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.3790.3959 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.3959 X-RFC2646: Format=Flowed; Original Lines: 13 Message-ID: <48e7fbff$0$18149$4fafbaef@reader3.news.tin.it> Organization: TIN.IT (http://www.tin.it) X-Comments: Please send technical notifications to newsmaster AT tin DOT it NNTP-Posting-Host: 79.40.166.83 X-Trace: 1223162879 reader3.news.tin.it 18149 79.40.166.83:14130 X-Complaints-To: Please send abuse reports to abuse AT retail DOT telecomitalia DOT it To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi for create a folder internal to another folder, as it gets? char string1= {"folder1"}; _mkdir(string1); Thanks