Siebel Interactive Designer API Reference > Utility Functions >

GetDSPath


Usage

Use the GetDSPath function to return the file system path to the ds directory of the application.

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

Syntax

GetDSPath()

Example

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

var dspath = ISS.GetDSPath();

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


 Siebel Interactive Designer API Reference 
 Published: 18 April 2003