Save file in my Package

I would like to create my own pref file, but I want to create it in the MyApplicaition:Contents:Resources: folder. How do I go about accessing this folder via a script?

Thanks,
Dave

set mypath to quoted form of (POSIX path of (path to me as string) & “Contents/Resources”)
That will get you the path to the Resources folder.

Model: Power Mac G5
Browser: Safari 412
Operating System: Mac OS X (10.4)

I know how to get the path to the folder, but even if I have the path the script is unable to work with the path. I can’t get it to open the folder or a file in the folder. Is there something special I need to do for that to work?

Thanks,
Dave

Browser: Firefox 1.0.4
Operating System: Mac OS X (10.4)