|
making dir's MSVC 6 and Win2k
Im curious,
Right now, I use a "system()" call to make a dir for my multiplay world, Im curious, is there a faster/better way to do this in API?
a variation of the code:
Now, nothings wrong, Im just wondering if there are any API calls I could make, since just opening the file doesnt create any directories, and I have no way of predicting what dir's I should make (and I have absolutly no urge whatsoever to keep all the files in one dir - thats just messy)
Thanks,
--LordKaT
Edited by - LordKaT on March 8, 2001 10:28:19 PM
How about CreateDirectory or CreateDirectoryEx?
"Finger to spiritual emptiness underlying everything." -- How a C manual referred to a "pointer to void." --Things People Said
http://www.gdarchive.net/druidgames/
"Finger to spiritual emptiness underlying everything." -- How a C manual referred to a "pointer to void." --Things People Said
http://www.gdarchive.net/druidgames/
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement