Home
Products
Community
Manuals
Contact
Login
or
Signup
Forums
Code archives
Gallery
Toolbox
Specs and utils
Links
It is possible to get exe name ?
BlitzMax Forums
/
BlitzMax Programming
/
It is possible to get exe name ?
Filax
#1
HI :)
There is a command to know the current exe name ?
ziggy
#2
Yes, Appfile is a global defined variable that has the executable name, with its path
Filax
#3
Thanks !