Whatever message this page gives is out now! Go check it out!
<cffile
action = "delete"
file = "full pathname">Attribute | Req/Opt | Default | Description |
action | Required | Type of file manipulation that the tag performs. | |
file | Required | Pathname of the file to delete. If not an absolute path (starting with a drive letter and a colon, or a forward or backward slash), it is relative to the ColdFusion temporary directory, which is returned by the GetTempDirectory function. |
<cffile action = "delete"
file = "c:\files\upload\#Variables.DeleteFileName#">