GetApplicationFolder

Returns the path of an application’s local storage folder.

Syntax

<HsxClient>.GetApplicationFolder(bstrClusterName, bstrProduct, bstrApp)

Argument

Description

bstrClusterName

String (ByVal). The name of the application server cluster.

bstrProduct

String (ByVal). The name of the product. For Financial Management applications, enter the string “Financial Management”.

bstrApp

String (ByVal). The name of the application.

Return Value

String. Returns the directory path of the local storage folder.

Example

This example assigns to the sStoreFolder variable the path of the local storage folder for an application named “SimpleEx.”

sStoreFolder = cHsxClient.GetApplicationFolder("Gszabo1", _ 
"Financial Management", "SimpleEx")