![]() |
VOOZH | about |
The ASP File.Delete Method is used to delete a particular file or folder from a system.
Syntax
FileObject.Delete[(force)]
FileObject.Delete[(force)]
Parameter Values:
Example 1: Below code illustrates the ASP File.Delete Method.
Output:
GFG.txt file is deleted
Example-2: Below code demonstrates the ASP folder.delete Method.
Output:
GFG Folder is deleted