Easy Tutorial
❮ Prop Timeout Prop Isclientconnected ❯

ASP DeleteFolder Method



The DeleteFolder method deletes one or more specified folders.

Note: If you attempt to delete a folder that does not exist, an error will be raised.

Syntax

Parameter Description
foldername Required. The name of the folder to be deleted (wildcards are allowed).
force Optional. A Boolean value indicating whether read-only folders can be deleted. True indicates that read-only folders will be deleted, False indicates that read-only folders will not be deleted. The default is False.

Example


❮ Prop Timeout Prop Isclientconnected ❯