Re: Keychain scripting...
Re: Keychain scripting...
- Subject: Re: Keychain scripting...
- From: Gnarlodious <email@hidden>
- Date: Sat, 15 May 2004 13:59:38 -0600
Entity John C. Welch spoke thus:
>
tell application "Keychain Scripting"
>
set theKeychains to every keychain
>
That will create a list of every key in my default keychain.
Not for me, item 1 is blank:
keychain "login.keychain" of application "Keychain Scripting"
This does it:
tell application "Keychain Scripting" to every key of current keychain
>
Time to amend the bug report!
Glad you caught that one!
-- Gnarlie
_______________________________________________
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.