recordable finder
recordable finder
- Subject: recordable finder
- From: Thomas Taylor <email@hidden>
- Date: Tue, 28 Oct 2003 15:45:45 -0600
I am trying to find the easiest way to open up an appleworks
spreadsheet, for data extraction.
I came across a thread, that panther's finder is recordable, so I bit.
I also was able to create a recordable finder script:
tell application "Finder"
activate
set target of Finder window 1 to folder "Documents" of folder "tommyt"
of folder "Users" of startup disk
thats it. It stops here, so how do I open the file that I so
desperately want to open?
Thanks,
Thomas Taylor
17106 76th Ave
Maple Grove, MN 55311
email@hidden
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.