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
I must have missed it thanks Richard