Launch_GetFileName()

Examples


The Launch_GetFileName() function returns the full generic path and name of the launch file for the current application. This function will work only when your application is opened with the runtime engine.

Syntax

Launch_GetFileName()

Parameters

• None

Return value

A string containing the full generic pathname.

Comments

Use this function to perform operations on the launch file used by the currently running application. This is in contrast to Launch_SelectFile(), which opens a dialog box that allows you to select any launch file.


Documentation Feedback