[Gambas-user] project properties Authors, Description
bb
adamnt42 at gmail.com
Sat Sep 11 14:07:14 CEST 2021
On Sat, 2021-09-11 at 00:26 +0200, wig wrote:
>
>
> Project Properties, General: there are some fields to fill, like:
>
> - Title (which I can access by Application.Title)
>
> - Description
>
> - Authors
>
> How to access these last two?
>
> I would think:
>
> - Application.Description
>
> - Application.Authors
>
> But that doesn't seem to be the case ...
>
> wig.
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
I think? you can only get those by interrogating the ".project" file.
Which can be accessed at runtime via File.Load(".project")
b
More information about the User
mailing list