Put your logo here!

TOC PREV NEXT



dirRemove

Removes a directory.

Method of

 File

Syntax

int dirRemove( FileSpecObject dirToRemove
    [, boolean recursive] );

Parameters

The dirRemove method has the following parameters:

dirToRemove

A FileSpecObject representing the directory to be removed.

recursive

An optional boolean value indicating whether the remove operation is to be performed recursively (1) or not (0).

Returns

An integer error code. For a list of possible values, see Return Codes.


Netscape Communications
devedge.netscape.com
TOC PREV NEXT