Posted By:
Robert_Lybarger
Posted On:
Friday, September 14, 2007 08:41 AM
You're deleting a file on the server, right? Go into a scriptlet block, instantiate a File object normally via whichever constructor variant you like, then call ".delete()" on it. Check the boolean return value for success/failure.