Applescript:删除目录

时间:2010-06-15 06:20:25

标签: applescript directory

我有以下的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?

1 个答案:

答案 0 :(得分:2)

自己找到答案!:

将dir设置为dir的POSIX路径的引用形式