AppleScript to Delete Folder

applescript

I was wondering if anyone can give me some advice on how I can use apple script to delete this folder?

Users/user1/Library/Application Support/Skype/tankitan

Best Answer

tell application "Finder" to delete ((POSIX file "/Users/user1/Library/Application Support/Skype/tankitan") as alias)