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 UltraEngine;

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