The CFFILE tag can be used to delete a file on the server.
<CFFILE ACTION="Delete" FILE="file_name">
Required. The file to delete (with directory location).
The following example permanently deletes the specified file:
<CFFILE ACTION="Delete" FILE="c:\files\upload\#Variables.DeleteFileName#">
AllaireDoc@allaire.com Copyright © 1998, Allaire Corporation. All rights reserved.