アプリケーションのパス

スタックやアプリケーションが保存されているパスを出力するスクリプト。

function applicationPath
    put the fileName of this stack into appPath
    set the itemDel to "/"
    delete last item of appPath

    return appPath
end applicationPath