The ScriptProfile_Save() function saves the script profile currently in memory to the specified output file.
ScriptProfile_Save(path, format)
• 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:
Constant |
Description |
---|---|
TEXTFILE |
Script profile written as plain text. |
TABFILE |
Script profile written with tab characters between items. |
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.