Return to Snippet

Revision: 47946
at June 19, 2011 18:34 by polo_87


Initial Code
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

Initial URL


Initial Description


Initial Title
Text file Into an AppleScript Variable

Initial Tags


Initial Language
AppleScript