選択したフォルダーのリストを得る。下位の階層の分は少しひねる必要がある。
- set tergetFolder to choose folder
- set theList to list folder tergetFolder as text
- tell application “Jedit X“
- make new document
- tell front document
- set paragraph 1 to theList as text
- end tell
- end tell
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー