Siebel Analytics Scheduler Guide > Configuring Siebel Analytics Scheduler Job Scripts > Analytics Scheduler Script Object Methods and Events >

GetTempFileName Method


Returns a temporary file name.

Syntax

tfname = GetTempFileName()

Return Value

Returns a string value.

Usage

GetTempFileName() does not create a file. It only provides a temporary file name that can be used to create a file. Files created in job scripts are not deleted automatically when the script terminates.

Siebel Analytics Scheduler Guide