I have trouble with getting ExeName
of MultiDevice Application Project.
When I try to get the exename as
Prog_Name:= ExtractFilePath(Application.ExeName)
I get error because unlike for Vcl.Forms.Application
there is no ExeName
property for FMX.Forms.Application
.
How do I get ExeName
of multidevice application?