Re: Require help
Re: Require help
- Subject: Re: Require help
- From: Matthew Smith <email@hidden>
- Date: Mon, 06 Dec 2004 23:24:39 +1100
Title: Re: Require help
on 06/12/2004 23:14, BADRINATH, NANDINI at email@hidden wrote:
Hi,
I have the following piece of code:-
set searchpath to "OS X.1:Users:imac:input:"
tell application "Finder"
set thefiles to (name of every file in folder searchpath)
repeat with thefile in thefiles
----
end repeat
end tell
'thefile' contains the name of the file(for e.g: test). I have to select this file 'test' in one of the dialogs. How do I specify it as keystrokes?
For e.g: I have to specify as follows for this scenario:-
keystroke 't'
keystroke 'e'
keystroke 's'
keystroke 't'
In short, how do I access the name of the file in 'thefile' as separate keystrokes?
This is impossible to know without you telling us where you are trying to select the file. What is this dialog you are referring to?
--
Matthew Smith
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Require help (From: "BADRINATH, NANDINI" <email@hidden>) |