RosettaCodeData/Task/Create-a-file/AppleScript/create-a-file-3.applescript
Ingy döt Net 764da6cbbb CDE
2013-04-10 16:57:12 -07:00

2 lines
110 B
AppleScript

tell application "Finder" to set wd to target of window 1 as string
close (open for access wd & "output.txt")