![]() |
VOOZH | about |
The ASP DeleteFile Method is used to delete one or more files from the server. It returns an error if we want to delete a non-existing file.
Syntax:
FileSystemObject.DeleteFile(filename[,force])
Parameter Values:
Example: Below example demonstrates the DeleteFile Method.
Output:
Exist file is Deleted