Macro Name: @WorkingDir
Returns the current/ active working directory.
Example:
Returns the current/ active working directory.
Example:
#include <MsgBoxConstants.au3>
;Display Working Directory
MsgBox($MB_SYSTEMMODAL, "Working Directory", @WorkingDir)
;Display Working Directory
MsgBox($MB_SYSTEMMODAL, "Working Directory", @WorkingDir)
- AutoIt - Get Script Name (Process Name)
- AutoIt - Get Script (or Executable) Folder Path
- AutoIt - Get Script (or Executable) Path Including Script Name
- AutoIt - Get Script Line Number Being Executed
- AutoIt - Get Process ID (PID) of Current Script or Executable
Interesting? Share and Let Others Know.
Post a Comment