Re: Seybold Keynote Question: AppleScript
Re: Seybold Keynote Question: AppleScript
- Subject: Re: Seybold Keynote Question: AppleScript
- From: Mr Tea <email@hidden>
- Date: Wed, 25 Sep 2002 23:57:53 +0100
This from Jason Bourque - dated 25-9-02 09.22 pm:
>
Has any have more info on what Phil said about, "AppleScript has the ability
>
in Jaguar to manipulate files without scripting the Finder"?
Check out the dictionary for 'System Events' (but don't do it with Script
Debugger*)
tell application "System Events"
set theFile to file [path to file] of application "Finder"
set theFolder to folder [path to folder] of application "Finder"
duplicate theFile to theFolder
end tell
Is that the sort of thing you had in mind?
Nick
*SD has a problem with this dictionary, but the esteemed Mr Aldritt promises
that a fix is imminent.
_______________________________________________
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.