Quote Originally Posted by bhas_purk
i had to create directories in windows using VC++
I can get CreateDirectory to work only when the path is like " c:/face"
If I give "c:/face/images" it doesnt create the folder, not even face, any help would be appreciated.

if I have c:/face created then it creates ./image also :?
You'll need to iteratively create enclosed folders: first c:/face, then c:/face/images.