Asp > Code Snippets
Shows how to delete a file using the Delete method
Shows how to delete a file using the Delete method <% Dim objFSO, objFile Set objFSO = CreateObject("Scripting.FileSystemObject") Set objFile = objFSO.CreateTextFile("c:\test.txt", True) objFile.Close Set objFile = objFSO.GetFile("c:\test.txt") objFile.Delete %>
Asp Codes
ActiveX
ADO
Array
Code Snippets
Components
Data Access
Date Time
Files
Graphics
HTML Formatting
Mathematics
Miscellaneous
Sessions
SQL
Strings
Techniques
XML