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.
Data retrieval
getLogFile |
None
None
string
//get the path of the command logging file into a variable string $lf = `getLogFile`; //print the path to the log print $lf; |