| Stonefield Query SDK |
| Need Target Application Directory |
When this property is True, the first time the user runs Stonefield Query, it prompts them to specify the location of the target application (the name of the application displayed comes from the Target Application's Name configuration setting). If you want a default value for this location (for example, if your application is normally installed in C:\Program Files\MyApplication, you might want that to be the default), return the value from the Application.GetDefaultTargetAppDir script. If you want to ensure that the user selected the correct directory, create some code for the Application.ValidateTargetAppDir script, such as checking for the existence of the main executable file for the application.
See Also
Application.GetDefaultTargetAppDir | Application.ValidateTargetAppDir | Configuration Settings | Target Application's Name
| Last Updated: 02/05/2008 |