Refering to folder of doc1's file

hey everyone, this seems absolutely stupid of me, but I can’t seem to add a new contact to AB w/o a group. I can add a new contact to a group just fine, but I just want to add the new contact to the generic “All” not to any specific group.

This works fine:
tell application “Address Book”
set newbie to make new person with properties {first name:“TEST”}
add newbie to group “IAGroup”
end tell

but what I want is:
tell application “Address Book”
set newbie to make new person with properties {first name:“TEST”}
add newbie
end tell

obviously I’m a bit to the whole AS world, so any advise especially basic would be helpful.

thanks

What you have already is very close, so this should work…

tell application "Address Book" 
make new person with properties {first name:"TEST"} 
end tell

I want to direct a script back to the folder of the document I have open. I am stuck on how or if I can refer to that folder without knowing its name instead of having to direct it there in finder.

The text file I want to refer to is in the same folder as the document and its name ends in “0.HED” each document is in a new folder and has a different text file that ends “0.HED”

Can anyone tell me how to refer to the folder of Document 1