Script Question

Hi, Im new to scripting, What code would i need to get applescript to delete a specfic folder (specficied in code), so if it were an app, i could just click on it and it would delete that specfic folder (like a self destruct button), I got the basic except how to delete files, and I don’t want to screw up my file,
Thanks very much

Hi

This will delete a folder on the desktop just fill in the path to the folder you need to trash.

tell application "Finder" to delete alias "computer name:Users:username:Desktop:folder on desktop:"

Thanks so much,
Try to learn how to do that was doing my head in,
Thanks again