Quick Links: Download Gideros Studio | Gideros Documentation | Gideros community chat | DONATE
get parameter — Gideros Forum

get parameter

is there a way to get parameter with which the executable was run? (mostly on windows).
like "myapp.exe -param1 -param2"
then what is param1, param2

thanks

Likes: MoKaLux

+1 -1 (+1 / -0 )Share on Facebook

Comments

  • hgy29hgy29 Maintainer
    You can use
    application:get("commandLine")
    to retrieve the whole command line on Win32 and Linux. I can add it to Qt export if needed.
  • hgy29hgy29 Maintainer
    keszegh said:

    that's great, thanks. and qt would be nice too.

    Added

    Likes: MoKaLux, keszegh

    +1 -1 (+2 / -0 )Share on Facebook
Sign In or Register to comment.