tell me about, creation if icns file through coding

I am writing

create icon “iconFile_Name”
save in “taret_file_path” as ICNS

but it does’nt work.

any one can suggest me?

aashi

I wrote an applescript to do the job. It runs off unix commands built into the OS, and is open, so you should be able to port it easily. Download it at http://www.versiontracker.com/dyn/moreinfo/macosx/27411&vid=226958. If you need some help, I may be able to help, though I’m mainly an AS guy.

There’s also an action that does this:

http://automatoractions.com/files/iconfilefromimage1.0.html

Kevin