home *** CD-ROM | disk | FTP | other *** search
ColdFusion Markup Language | 2001-03-14 | 380 b | 16 lines |
- <html>
- <head>
- <title>AdvFile Component</title>
- </head>
- <body>
- <cfobject class="AdvFile.File" action="CREATE" name="AdvFile">
- <cfset temp = AdvFile.Delete(#Form.Source#)>
- <cfif #AdvFile.IsError# Eq 1>
- <cfoutput>#AdvFile.ErrorReason#</cfoutput> <br>
- <cfelse>
- <cfoutput>Successfully deleted</cfoutput> <br>
- </cfif>
- <a href="dsp_delete.htm">Back</a>
- </body>
- </html>
-