i'm pretty sure it delete's its target
Yeah, looks like it, here i used it to delete my highscore.txt file in one of my old projects;
Kill App.Path & "\HighScores.txt"
Edit: Try taking the brackets out, otherwise i think VB expects it to return a value like a function would, just an idea! :p