Siebel eScript Language Reference > Quick Reference: Methods and Properties in Siebel eScript > Disk and File methods in Siebel eScript >

Siebel eScript File Control methods


The following is a list of file control methods.

Method
Purpose

Clib.fclose() Method

Closes an open file

Clib.fopen() Method

Opens a file

Clib.freopen() Method

Assigns a new file spec to a file handle

Clib.remove() Method

Deletes a file

Clib.rename() Method

Renames a file

Clib.tmpfile() Method

Creates a temporary binary file

Clib.tmpnam() Method

Gets a temporary filename

Siebel eScript Language Reference