/
getLogFile

getLogFile

Description

Gets the path of the command logging file.

The command logging file captures the output of the Shogun Post Log, storing all Shogun Post command feedback.

The command logging file is specified in the Directories section of the Preferences dialog or via the command setLogFile.

Functional area

Data retrieval

Command syntax

Syntax

getLogFile

Arguments

None

Flags

None

Return value

string

Examples

//get the path of the command logging file into a variable
string $lf = `getLogFile`;
 
//print the path to the log
print $lf;

Additional information

Related commands