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