Lua
C++
Edit

RequestDir

This function displays a file dialog and lets the user select a folder.

Syntax

Example

#include "UltraEngine.h"

using namespace Leadwerks;

int main(int argc, const char* argv[])
{
    WString file = RequestDir("Open Folder");
    Print(file);
    return 0;
}
Copyright © 2006-2025 Leadwerks Software.
All rights reserved.
Leadwerks 4 Documentation