次のスクリプトを使用して、Safari を使用してローカル html を開こうとしています。
on run
set myPath to (path to me) as text
set myFolderPath to POSIX file (do shell script "dirname " & POSIX path of quoted form of myPath) & ":" as string
set _thispath to myFolderPath & "data:Default.html"
tell application "Safari"
activate
open (_thispath)
end tell
エンドラン
ただし、ファイルは file:/// (余分なスラッシュ) の付録で開こうとしています。これに対する解決策はありますか?