Problem is CreateDirectory() only creates one single directory if all subdirectories are in place, it does not create a chain of them!
Nick > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Richard Kaye > Sent: 01 September 2006 18:28 > To: [email protected] > Subject: Re: Move directories > > Back to the WinAPI if you want to preserve case, I believe. > > DECLARE INTEGER CreateDirectory IN kernel32; > STRING lpPathName,; > INTEGER lpSecurityAttributes > > ?CreateDirectory("c:\Testing123",0) > ?CreateDirectory("c:\TESTING456",0) > > > Nick wrote: > > Almost there! Only problem with MD is that it creates all the > directories > > in _lower_ case rather than the mixed case that they were in. Can't > think > > of a way around this at the moment, any ideas? > > > > -- > Richard Kaye > Artfact/RFC Systems > Voice: 617.219.1038 > Fax: 617.219.1001 > > For the fastest response time, please send your support > queries to: > > Technical Support - [EMAIL PROTECTED] > Australian Support - [EMAIL PROTECTED] > Internet Support - [EMAIL PROTECTED] > All Other Requests - [EMAIL PROTECTED] > > --------------------------------------------------------- > This message has been checked for viruses before sending. > --------------------------------------------------------- > > > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

