GetSystemFolder

Returns the name and path of the system file for the application server.

Note:

The system file is defined with Financial Management Server Administrator.

Syntax

<HsxServer>.GetSystemFolder()

Return Value

String. Returns the name and path of the system folder.

Example

This example assigns the name and path of the data link file to the sSysFolder variable.

Dim sSysFolder As String
sSysFolder = m_cHsxServer.GetSystemFolder()