Require help
Require help
- Subject: Require help
- From: "BADRINATH, NANDINI" <email@hidden>
- Date: Mon, 6 Dec 2004 17:44:36 +0530
- Thread-topic: Require help
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?
Regards,
Nandini
_______________________________________________
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