Re: Finder to Clarisworks
Re: Finder to Clarisworks
- Subject: Re: Finder to Clarisworks
- From: List Guy <email@hidden>
- Date: Wed, 13 Jun 2001 18:55:08 -0700
>
Q1 Copying to FINDER clipboard should be SO.... simple. What am I missing.
That you're using Clarisworks instead of Appleworks limits the advice I'm
able to give, but unless your version of Clarisworks is quite old, there is
no reason to copy & paste. To wit:
tell application "Finder" to set x to the name of every file of folder
"WWW:Temporary:"
tell application "AppleWorks 6"
make new document with properties {document kind:text document} with
data {x}
end tell
listguy