Retrieve argc and argv?

Hey,

Is it somehow possible to retrieve argc and argv command line params from a JUCEApplication instead of using the given arguments string ?

Thanks,
Terrence

No, but it’s easy enough to just store the args somewhere if you want to reference it later…