Siebel eScript Language Reference > C Language Library Reference > Clib File and Directory Methods >

Clib Remove Directory Method


The Clib Remove Directory method removes a directory. It returns one of the following values:

  • If successful, then it returns the following value:

    0

  • If not successful, then it returns the following value:

    Negative 1

Format

Clib.rmdir(dirpath)

Table 132 describes the arguments for the Clib Remove Directory method.

Table 132. Arguments for the Clib Remove Directory Method
Argument
Description

dirpath

The directory that this method removes. This argument can reference an absolute path or a relative path.

Siebel eScript Language Reference Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.