Macro Name: @UserProfileDir
Returns the Path to current user's Profile folder.
Example:
Returns the Path to current user's Profile folder.
Example:
#include <MsgBoxConstants.au3>
;Display Current User UserProfile folder.
MsgBox($MB_SYSTEMMODAL, "User Profile Folder - Current User", @UserProfileDir)
;Display Current User UserProfile folder.
MsgBox($MB_SYSTEMMODAL, "User Profile Folder - Current User", @UserProfileDir)
- 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 Start Menu Folder Path
- AutoIt - Get Current User Startup Folder Path
- 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