
Getting an application's name from within RB
Quote:
> How is it posible to get the name of the current RB application from within
> itself ?
> I mean, GetFolderItem("") will give access to the name of the application's
> folder but not the app's name itself.
> Thanks,
> Daniel
you might want to have a look at the process manager. Maybe, mapping a
couple of functions there can get you what you want. It definitely can get
the current process' name.
Apple's documentation on it is at :
//developer.apple.com/techpubs/mac/Processes/Processes-24.html#HEADING24-0