Project::GetName

Description

Gets the name of the project.

Syntax

string GetName( BOOL bAddFileExtension = false )

Parameters

bAddFileExtension
[input] option to add .OPJ extension to project name (Origin 8 and later)

Return

the name of the project.

Examples

EX1

//Output the name of the project.
void    run_Project_GetName()
{
    printf("The name of the project is %s\n", Project.GetName());
}

Remark

See Also

Header to Include

origin.h