2006-02-22から1日間の記事一覧

script editorを使ってコンパイル

on writePropAndSaveAppBundle(theProp, theSrcPath, theDestPath) if isExistsItem(theDestPath) = false then do shell script "touch " & theDestPath end if tell application "Script Editor" activate open theSrcPath as POSIX file if theProp is no…