Lua
C++
Edit

AppPath

This function returns the path of the application executable.

Syntax

Returns

Returns the path of the launched executable.

Example

#include "UltraEngine.h"

using namespace UltraEngine;

int main(int argc, const char* argv[])
{
    Print(AppPath());
    return 0;
}
Copyright © 2024 Ultra Software.
All rights reserved.