Quantcast
Channel: Xojo Programming Forum - Latest topics
Viewing all articles
Browse latest Browse all 3615

Help with AppleScript

$
0
0

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

Read full topic


Viewing all articles
Browse latest Browse all 3615

Trending Articles