|
This online help file is for EFT Server version 6.2.x. For other versions of EFT Server, please refer to http://help.globalscape.com/help/index.html. (If the Index and Contents are hidden, click Show Contents pane in the top left corner of this topic.) |
|
Available in EFT Server 6.1 and later. |
Use the ICICommandSettings::LogPath property to retrieve or specify the path to the file into which to log command execution information.
HRESULT LogPath([out, retval] BSTR *pVal); HRESULT LogPath([in] BSTR newVal);
Examples (VBScript):
Retrieving:
logPath = Command.LogPath
Specifying:
Command.LogPath = "C:\" & Command.Name & ".log"