Lua
C++
Edit

AppDir

This function returns the path of the folder the application executable is in. This will return the executable's folder, even if the program is launched with a different working directory.

Syntax

Returns

Returns the starting folder the application is launched in.

Example

Print(AppDir())
Copyright © 2024 Ultra Software.
All rights reserved.