<cffile action = "delete" file = "full_path_name">
Attribute |
Description |
---|---|
file |
Required. The full pathname of the file to delete. |
The following example deletes the specified file:
<cffile action = "delete"
file = "c:\files\upload\#Variables.DeleteFileName#">