CFFILE ACTION="Delete"  
 
 

The CFFILE tag can be used to delete a file on the server.

 
 
  Syntax  
 
<CFFILE ACTION="Delete"
    FILE="file_name">

FILE

Required. The file to delete (with directory location).

 
 
  Example  
 

The following example permanently deletes the specified file:

<CFFILE ACTION="Delete"

    FILE="c:\files\upload\#Variables.DeleteFileName#">



 
 
BackUp LevelNext
 
 

allaire     AllaireDoc@allaire.com
    Copyright © 1998, Allaire Corporation. All rights reserved.