Does anyone know how to find the path to the above directory please.
The SHGetSpecialFolderLocation should do it, but I dont know the CSIDL to enter.
Any help is appreciated.
Printable View
Does anyone know how to find the path to the above directory please.
The SHGetSpecialFolderLocation should do it, but I dont know the CSIDL to enter.
Any help is appreciated.
VB Code:
Const CSIDL_COMMON_APPDATA As Long = &H23
Thats just what I'm looking for. It wasn't even mentioned in Microsofts article on special folders. I've been going mad trying to find it.
Thanks :thumb:
For future reference - http://msdn2.microsoft.com/en-gb/library/ms649274.aspx