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

File-Control Methods in Siebel eScript


Table 19 provides a list of file-control methods.

Table 19. File-Control Methods in Siebel eScript
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 Copyright © 2007, Oracle. All rights reserved.