Changes between Version 5 and Version 6 of AppleAddressBookDatasource


Ignore:
Timestamp:
12/12/05 20:17:18 (18 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AppleAddressBookDatasource

    v5 v6  
    4040 
    4141tell application "Address Book" 
    42          
    43         set m to properties of my card 
     42 
     43 
     44set m to properties of my card 
    4445        set the_file to (((path to desktop) as string) & first name of m & last name of m & ".rdf") as file specification 
    4546        set rdf to "<rdf:RDF" & return