Return exe name ?

BlitzMax Forums/BlitzMax Programming/Return exe name ?

Sarge(Posted 2005) [#1]
Is there a way to return the exe name that was created by the compiler ?


Yan(Posted 2005) [#2]
Print AppFile$
Print StripDir(AppFile$)

??


Sarge(Posted 2005) [#3]
Thanks mate, i missed that command.