Macro Name: @WindowsDir
Returns the Path to Windows folder.
Example:
Returns the Path to Windows folder.
Example:
#include <MsgBoxConstants.au3>
;Display Windows Folder Path
MsgBox($MB_SYSTEMMODAL, "Windows Folder", @WindowsDir)
;Display Windows Folder Path
MsgBox($MB_SYSTEMMODAL, "Windows Folder", @WindowsDir)
- AutoIt - Get Current User's Home Directory
- AutoIt - Get Program Files Folder Path
- AutoIt - Get Common Files Folder Path
- AutoIt - Get Temporary Files Folder (Temp Folder) Path
- AutoIt - Get Windows' System (system32 or SysWOW64) Folder Path
Interesting? Share and Let Others Know.
Post a Comment