Keychain scripting...
Keychain scripting...
- Subject: Keychain scripting...
- From: David Crowe <email@hidden>
- Date: Fri, 14 May 2004 15:38:50 -0600
Paul;
You suggested that I use the syntax:
first key key of keychain "DavidCrowe" whose name contains "a"
Even removing the second key doesn't work.
first key of keychain "dad" whose name contains "a"
Starting at the beginning, I can get the following to work:
tell application "Keychain Scripting"
get first key of keychain "dad"
end tell
Since I can't add "Whose name contains "a"" to the end of the "get"
command, I have to loop through the list.
- David Crowe
_______________________________________________
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.