GetCommonPath()

Author: majkinetor Last Modified: 20061020


This function will return some standard system folders. Omit CSIDL_ when calling it. If you use it a lot, move CSIDL_ declarations out of function so they are not instantiated every time.

GetCommonPath( csidl )

For the functions's parameters and return value, please see it's source code.

Remarks

The documentation is part of original author`s post at the forum.

For update's details and remarks related to the functions, please see the AutoHotkey Forum: http://www.autohotkey.com/forum/viewtopic.php?t=37754

For update's details and remarks related to the functions, please see the AutoHotkey Forum: http://www.autohotkey.com/forum/topic10325.html

License

nonexistent

Example

; #Include GetCommonPath.ahk
#NoEnv
SendMode Input
SetWorkingDir %A_ScriptDir%

MsgBox % GetCommonPath("StartUp")