Monday, May 4, 2009

Coldfusion File Deletion

Use the following code to delete a particular file using coldfusion language

<cffile action="delete" file="C:\docs\filename.txt">

No comments:

Post a Comment