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?
Using only standard 'C' functions (_open() / _creat() or whatever) is it possible to create a directory, rather than creating a file?