/ Published in: AppleScript
Expand |
Embed | Plain Text
set theFile to (choose file with prompt "Select a file to read:" of type {"TXT"}) open for access theFile set fileContents to (read theFile) close access theFile
You need to login to post a comment.
