Sorry for posting such a menial question, but what's the API call to create a folder?
Also, has anyone got any links to some sort of big searchable API list? I'm just getting into win32 and could use some reference.
Printable View
Sorry for posting such a menial question, but what's the API call to create a folder?
Also, has anyone got any links to some sort of big searchable API list? I'm just getting into win32 and could use some reference.
Using Win32 doesn't mean you have to use API functions.
But I think I found one : CreateDirectory() http://msdn.microsoft.com/library/de...edirectory.asp
Thanks :)