This function returns the path of the application executable.
Returns the path of the launched executable.
#include "Leadwerks.h" using namespace Leadwerks; int main(int argc, const char* argv[]) { Print(AppPath()); return 0; }