Deleteing out of OSX with out adding to the trash?

Is there any way to delete a file out of OSX with out going through the trash first?

Yes, but handle with care:


set filepath to "Macintosh HD:Users:martin:Desktop:test.jpg"
set command to "rm " & quoted form of (Posix path of filepath)
do shell script command

ok the other option is to delete the audio files I have just imported into iTunes that is ultimate what I am looking to do

Literally a few days ago: http://macscripter.net/viewtopic.php?id=31361

I must have missed it thanks Richard