GetStartupDirectory

Syntax:

GetStartupDirectory()

Description:
Returns the folder path of the Windows "Startup" folder.  The startup folder is a special folder in Windows.  Any program files located in this folder are automatically started when the user logs on.

Parameter Description

(no parameters)

Example:

Sub Main
MsgBox GetStartupDirectory()
End
Sub

See Also:

GetDesktopDirectory

GetSystemDirectory

GetFontDirectory

GetProgramsDirectory

GetWindowsDirectory

GetTasksDirectory