Page 1 of 1

Finding the desktop directory

Posted: Fri Aug 07, 2009 2:37 pm
by ConvertFromOldNGs
by bob >> Fri, 1 Mar 2002 1:08:17 GMT

How can I find certain system directories?
for example desktop,windows\system, etc.

(Like right click on a icon and selecting send to desktop but I cant find the desktop folder without hard coding the path.)

Re: Finding the desktop directory

Posted: Fri Aug 07, 2009 2:37 pm
by ConvertFromOldNGs
by cdshearer >> Fri, 1 Mar 2002 3:28:27 GMT

Hi "bob"

Have a look at the Windows API function: SHGetSpecialFolderLocation

That should help you out.

"Fred"