|
-
August 22nd, 2004, 04:29 PM
#1
How to Create Directory and Subdirectory?
I want to create directories using CString variable "C:\backup\drivers" from an Edit Box.
Using CreateDirectory() only works with "c:\backup".
Some functions I found can create both directory and subdircetory only with CString such as "c:\\backup\\drivers", but will not work with "C:\backup\drivers".
Another function in my application only works with "C:\backup\drivers", but not with "c:\\backup\\drivers".
Is there any function which can create "C:\backup\drivers"?
Thanks a lot.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|