PDA

View Full Version : Csidl_profil



NewsArchive
07-20-2011, 03:56 AM
Hi Friedrich,

I thought, I've already asked earlier for "%CSIDL_PROFILE%", but I can't
find the message.

At the moment, I simulate this with

Call DLL "shell32.dll" -- Function "SHGetFolderPath"
(HWND,INT,HWND,LONG,*STRING) (0,40,0,0,%_CSIDL_PROFILE%)

is there a build-in variable for this special folder?

Thanks for your answer.

Markus

NewsArchive
07-20-2011, 03:59 AM
Hi Markus,

CSIDL_PROFILE added to "Get Special Folder Path...".

---
IMPROVEMENT: (sync from SB8) [SB#107191] Add CSIDL_PROFILE Folder ID to the
"Get Special Folder Path..." script function.
---

Friedrich

NewsArchive
07-20-2011, 03:59 AM
Thanks

Markus Zander