Returns the path of an application’s local storage folder.
<HsxClient>.GetApplicationFolder(bstrClusterName, bstrProduct, bstrApp)
String (ByVal). The name of the product. For Financial Management applications, enter the string “Financial Management”. | |
String. Returns the directory path of the local storage folder.
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")