ScriptProfile_Save()

Examples


The ScriptProfile_Save() function saves the script profile currently in memory to the specified output file.

Syntax

ScriptProfile_Save(path, format)

Parameters

path A string specifying the path and filename for the script profile being written. The path must be in native format.

format – An integer specifying the format to use for the script profile information. Use one of the following constants:

[spacer]

Constant

Description

TEXTFILE

Script profile written as plain text.

TABFILE

Script profile written with tab characters between items.


Return value

A boolean. The value true is returned if an output path has been specified. The value false is returned in no output path has been specified.


Documentation Feedback