Quantcast
Channel: CodeGuru Forums - Visual C++ Programming
Viewing all articles
Browse latest Browse all 3021

Creating a directory

$
0
0
I just spent an hour thumbing through my MSVC handbooks and I'm embarrassed to say I couldn't find the answer to this... :blush:

Using only standard 'C' functions (_open() / _creat() or whatever) is it possible to create a directory, rather than creating a file?

Viewing all articles
Browse latest Browse all 3021