Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

VBScript FileSystemObject Object DeleteFolder Method

Deletes a specified folder and its contents.

Syntax: VBScript FileSystemObject Object DeleteFolder Method

object.DeleteFolder folderspec[, force]

Arguments: VBScript FileSystemObject Object DeleteFolder Method

object

The name of a FileSystemObject. Required.

folderspec

The name of the folder to delete. The folderspec can contain wildcard characters in the last path component. Required.

force

A Boolean value that is True if folders with the read-only attribute set are to be deleted; False (default) if they are not. Optional.

Remarks: VBScript FileSystemObject Object DeleteFolder Method

The DeleteFolder method does not distinguish between folders that have contents and those that do not. The specified folder is deleted regardless of whether or not it has contents.

An error occurs if no matching folders are found. The DeleteFolder method stops on the first error it encounters. No attempt is made to roll back or undo any changes that were made before an error occurred.

Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.