Re: [AHK-] 檔案是否存在 FileExist 疑問
※ 引述《b04s30 (=控制碼 好玩耶=)》之銘言:
: FileExist
: 想要判斷某個資料夾下是否有這個檔案
: 為什麼一直執行不到Msgbox那段
: fileexist 用法用錯了嗎
: 如果找不到 為什麼 筆記本還是會打開 tree.txt
: if FileExist("%myPath%\tree.txt")
myPath . "\tree.txt"
: {
: MsgBox yes
: }
: else
: {
: Run "%myPath%\tree.txt"
%myPath%\tree.txt
: }
: 剛又試了用 IfExist 一樣不能判斷 資料夾下有沒有這個檔案..
: IfExist, "%myPath%\tree.txt"
%myPath%\tree.txt
: {
: MsgBox, At least one .txt file exists.
: }
: IfnotExist, "%myPath%\tree.txt"
%myPath%\tree.txt
: {
: MsgBox, nothere
: }
%myPath% 是字串,而 myPath 是 variable (變數)
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 203.73.214.13
推
03/25 23:31, , 1F
03/25 23:31, 1F
討論串 (同標題文章)
本文引述了以下文章的的內容:
完整討論串 (本文為第 2 之 2 篇):
EzHotKey 近期熱門文章
PTT數位生活區 即時熱門文章