Application.Name (gb)

Static Property Read Name As String

Return the application name.

  • If the project is run from an executable, it is the name of the executable file without the extension.

  • If the project is run from the IDE, it is the name of the project directory.

Examples

Print Application.Name
gambas3