我有以下的AppleScript:
on open dir
tell application "Finder"
tell application "Terminal"
activate
tell application "Terminal"
do script "cd " & dir
end tell
end tell
end tell
end open
它可以工作,并获取放在它上面的目录,但是它进入cd Macintosh HD:用户:USER:桌面:C文件:
有没有办法替换:用/?在applescript?
答案 0 :(得分:2)
自己找到答案!:
将dir设置为dir的POSIX路径的引用形式