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

Clib Delete File Method


The Clib Delete File method deletes a file. 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.remove(filename)

Table 124 describes the arguments for the Clib Delete File method.

Table 124. Arguments for the Clib Delete File Method
Argument
Description

filename

A string or string variable that contains the name of the file that this method deletes.

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