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