| AppleScript名:指定のテキストファイルをオープンする |
| set a to choose file file of type {"public.plain-text"} tell application "TextEdit" open a end tell |
(Visited 35 times, 1 visits today)
| AppleScript名:指定のテキストファイルをオープンする |
| set a to choose file file of type {"public.plain-text"} tell application "TextEdit" open a end tell |