I was wondering, is there any easy way to create a new folder? e.g. using <iostream> to create files? is there a similar way to create folders?
This is a discussion on Creating Folders within the Windows Programming forums, part of the Platform Specific Boards category; I was wondering, is there any easy way to create a new folder? e.g. using <iostream> to create files? is ...
I was wondering, is there any easy way to create a new folder? e.g. using <iostream> to create files? is there a similar way to create folders?
CreateDirectory(LPCTSTR szDirectoryName, LPSECURITY_ATTRIBUTES lpSecAttrs)
omg.. u have no idea what ive gone through and now i find out its that simple? thanks a ton man...