tell application "System Events"
	tell application "iChat" to activate
	keystroke "f" using {command down, option down}
	delay 1
	keystroke "/" using control down
	delay 1
	tell window "Buddy List"
		tell sheet 1
			set value of text field 1 to file WHAT GOES HERE
			click button 1
		end tell
		click button 1
	end tell
end tell
i cant figure out how to make a specific file path go there so that i can open a specific file
for example i want to open an image thats in this path “users/~/desktop/newfolder/dc.jpg”