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 more details of the functions's parameters and return value, please see it's source code.
For update's details and remarks related to the functions, please see the AutoHotkey Forum: http://www.autohotkey.com/forum/topic10325.html
nonexistent
; #Include GetCommonPath.ahk #NoEnv SendMode Input SetWorkingDir %A_ScriptDir% MsgBox % GetCommonPath("StartUp")