Changes between Version 5 and Version 6 of AppleAddressBookDatasource
- Timestamp:
- 12/12/05 20:17:18 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppleAddressBookDatasource
v5 v6 40 40 41 41 tell application "Address Book" 42 43 set m to properties of my card 42 43 44 set m to properties of my card 44 45 set the_file to (((path to desktop) as string) & first name of m & last name of m & ".rdf") as file specification 45 46 set rdf to "<rdf:RDF" & return