获取当前位置的绝对路径
#include <File.au3>
#include <MsgBoxConstants.au3>
Local $sTestPath = _PathFull(@ScriptDir )
MsgBox($MB_SYSTEMMODAL, "", @ScriptDir & @CRLF & $sTestPath)
#include <File.au3>
#include <MsgBoxConstants.au3>
Local $sTestPath = _PathFull(@ScriptDir )
MsgBox($MB_SYSTEMMODAL, "", @ScriptDir & @CRLF & $sTestPath)