Project Name

How to find out the name of the project using code??

app.ExecutableFile.name maybe?

this show the name u set for the executable and not the project name. for example i have AS.rbp for project and the exe or app is call Artscene. That function return Artscene

I don’t believe there’s a way to get the name of the actual project - why not just create a property on app and hard code it? Why do you want to do this anyway?

i am using methodprofiler from Thomas Tempelmann and i have many project with different project name but the executable is the same (Artscene). When i check the log file, can’t tell which project it is from.