Get actual Filename of the Program

Discuss any general programming issues here
Post Reply
User avatar
fingus
Posts: 271
Joined: Fri Sep 16, 2011 9:53 am

Get actual Filename of the Program

Post by fingus »

Is it possible to check and get the actual Name of a Hollywood-programm being startet within the same Program?

If the user change the Name of the Program then this code doens´t work anymore and gives a hollywood-error:

Code: Select all

type, tt, deftools$ = GetIconProperties("myprogrammname.info")
PEB
Posts: 588
Joined: Sun Feb 21, 2010 1:28 am

Re: Get actual Filename of the Program

Post by PEB »

User avatar
fingus
Posts: 271
Joined: Fri Sep 16, 2011 9:53 am

Re: Get actual Filename of the Program

Post by fingus »

Thanks for the hint, it works!
Post Reply