Lua
C++
Edit

CurrentDir

This function returns the path of current folder.

Syntax

Returns

Returns the current folder location.

Example

#include "UltraEngine.h"

using namespace Leadwerks;

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