Hello,
I would like to close a TextEdit file and I have this AppleScript which needs modification, kindly assist.
tell application "TextEdit"
activate
set f to "/Users/len/Desktop/my File.Txt"
close f without saving
end tell
Thanks.
Lennox
9 posts - 4 participants