摘要: #include <FileConstants.au3>#include <MsgBoxConstants.au3>#include <WinAPIFiles.au3>#include <String.au3>Example() Func Example() ; Open the file for 阅读全文
posted @ 2022-06-29 15:15 江南王小帅 阅读(14) 评论(0) 推荐(0)
摘要: #include <FileConstants.au3>#include <MsgBoxConstants.au3>#include <WinAPIFiles.au3>#include <String.au3> ; Open the file for reading and store the ha 阅读全文
posted @ 2022-06-29 15:14 江南王小帅 阅读(45) 评论(0) 推荐(0)
摘要: #include <File.au3>#include <MsgBoxConstants.au3> Local $sTestPath = _PathFull(@ScriptDir )MsgBox($MB_SYSTEMMODAL, "", @ScriptDir & @CRLF & $sTestPath 阅读全文
posted @ 2022-06-29 15:13 江南王小帅 阅读(43) 评论(0) 推荐(0)