Lua
C++
Edit

AppPath

This function returns the path of the application executable.

Syntax

Returns

Returns the path of the launched executable.

Example

#include "Leadwerks.h"

using namespace Leadwerks;

int main(int argc, const char* argv[])
{
    Print(AppPath());
    return 0;
}
Copyright © 2006-2025 Leadwerks Software.
All rights reserved.
Leadwerks 4 Documentation