Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

how to get project name?

(1/1)

Artur Mikolajczyk:
hello, i try to write simply backup plugin, which will copy all project files to directory (or send to mail or server- in future). and i need to get project name, how to do this ?

thanks for any help. :D

Michael:
Hello,

May be you can have a look at the Code::Blocks Development SDK (e.g., projectmanager.h).

Best wishes,
Michael

thomas:
If it is really the project's name that you want:

Manager::Get()->GetProjectManager()->GetActiveProject()->GetTitle()

Artur Mikolajczyk:
that was really platitude  :oops:

Navigation

[0] Message Index

Go to full version