Can someone give me the correct syntax, for extracting the members of a particular group? TIA.
tell application "Address Book"
repeat with a_group in (get name of groups)
set group_members to <what goes here?>
end repeat
end tell
Also, as an aside, I recall seeing once a construct for getting the path for the user’s home directory. However, I cannot seem to find that again. How do I build a path using that construct? TIA, again.
set my_documents to <what goes here?> & ":Documents"