Richard Coutts wrote:
> Windows/C++
>
> I need to create a folder on the desktop from within my application.
> I can get the path to the desktop simple enough using
> 'SHGetSpecialFolderLocation' and I can create a file on the desktop
> using 'fopen', but how do you create a folder?
You will need to use an extension supplied by your implementation. Such
extensions are dealt with by newsgroups specific to those implementations.
You don't mention which implementation you are using, so I can't direct you
to a more appropriate group, but you might want to try one of these:
comp.os.ms-windows.programmer.win32
comp.unix.programmer
comp.os.msdos.programmer
--
Richard Heathfield :
"Usenet is a strange place." - Dennis M Ritchie, 29 July 1999.
C FAQ:
http://www.eskimo.com/~scs/C-faq/top.html
K&R answers, C books, etc:
http://users.powernet.co.uk/eton