Macro Name: @StartupDir
Returns the Path to current user's Startup folder.
Example:
Returns the Path to current user's Startup folder.
Example:
#include <MsgBoxConstants.au3>
;Display Current User Startup Folder Path
MsgBox($MB_SYSTEMMODAL, "Startup Folder - Current User", @StartupDir)
;Display Current User Startup Folder Path
MsgBox($MB_SYSTEMMODAL, "Startup Folder - Current User", @StartupDir)
- AutoIt - Get Current User Roaming AppData Folder Path
- AutoIt - Get Current User Local AppData Folder Path
- AutoIt - Get Current User Desktop Folder Path
- AutoIt - Get My Documents Folder
- AutoIt - Get Current User Favorites Folder Path
- AutoIt - Get Current User Start Menu Programs Folder Path
- AutoIt - Get Current User Startup Folder Path
- AutoIt - Get User Profile Folder Path for Current User
- AutoIt - Get AppData Folder Path for 'All Users'
- AutoIt - Get Documents Folder Path for 'All Users'
- AutoIt - Get Favorites Folder Path for 'All Users'
- AutoIt - Get Start Menu's Programs Folder Path for 'All Users'
- AutoIt - Get Start Menu Folder Path for 'All Users'
- AutoIt - Get Startup Folder Path for 'All Users'
- AutoIt - Get Desktop Folder Path for 'All Users'
Interesting? Share and Let Others Know.
Post a Comment