TrueUpdate.LoadServerFile

boolean TrueUpdate.LoadServerFile ( 

string   ServerFilePath,

string   Key )

Description

Loads a server configuration file given its local path and encryption key.

Note: The server configuration file (.ts1) must already be downloaded and available locally.

Parameters

ServerFilePath

(string) The full path to the server configuration file (.ts1) you want to load. For example: _SourceFolder.."\\MyServerFile.ts1".

Key

(string) The encryption key to use to decrypt the specified server configuration file.

Note: The encryption key for the project can be found on the Options tab of the Project Settings dialog.

Returns

(boolean) True if the server configuration file was loaded successfully, or false if it was not or an error occurs.  You can use Application.GetLastError to determine whether this action failed, and why.

ResultVariable

When adding an action with the action editor, you can use this field to specify a variable that the return value will be stored in.

See also:  Related Actions