|
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.) |
|
This property is available in EFT Server 5.2 and later. |
Use the ICICommandActionParams interface WorkingFolder property to retrieve or change the working folder for the command.
Signature:
HRESULT WorkingFolder([out, retval] BSTR *pVal);
HRESULT WorkingFolder([in] BSTR newVal);
Example:
commandParams.WorkingFolder = "D:\MyFolder"
Command Action Parameters Interface (ICICommandActionParams) (including dialog box equivalents)
Retrieving or Changing Command to Execute (Command)
Retrieving or Changing Parameters for Command (Parameters)