Sets an application’s local storage folder.
Syntax
<HsxClient>.SetApplicationFolder bstrClusterName, bstrProduct, bstrApp, bstrFolder
Argument | Description |
---|
bstrClusterName | String (ByVal). The name of the cluster or application server. |
bstrProduct | String (ByVal). The product name. Enter the string “Financial Management” to set a Financial Management application’s local storage folder. |
bstrApp | String (ByVal). The name of the application. |
bstrFolder | String (ByVal). The path on the client computer to set as the local storage folder. |
Example
The following example sets the local storage directory for an application named “AcmeConsol.”
cHsxClient.SetApplicationFolder "88", "Financial Management", _
"AcmeConsol", "C:\AcmeConsol\Files"