Read Build Settings

Is there a way to read the build settings by code?

Is it possible to access the build identifier, creator code, app name etc?

To get the App name you could use App.ExecutableFile.Name

For more things, take a look under Properties here http://documentation.xojo.com/index.php/Application
:slight_smile:

For the things you don’t have access to, you may be able to copy them into a constant using a pre-build IDE script.

Thanks Greg that worked perfectly