Siebel Advisor API Reference > Utility Functions for Siebel Advisor >

GetTopPath


Usage

Use the GetTopPath function to return the file system path to the top-level application directory.

Use this function instead of hard-coding a relative directory path (for example, ../home.htm), because the relative path can change depending on:

  • The location from which the function is called
  • The browser in which the application is running
Syntax

GetTopPath()

Example

If the application is installed at
http://server.company.com/myapp, you could define

var toppath = ISS.GetTopPath();

In this case, toppath would be the string "/myapp/".

Siebel Advisor API Reference