
|
|
This property is available in EFT Server 5.2 and later. |
Use the ICIPgpActionParams interface FilePath property to retrieve the path to file(s) to manipulate with for OpenPGP Event action. You can also use the property to change the file(s) path.
Signature:
HRESULT FilePath([out, retval] BSTR *pVal);
HRESULT FilePath([in] BSTR newVal);
Example:
pgpParams.FilePath = "C:\MyFolder\*.*"