Lua
C++
Edit

RequestDir

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

Syntax

Example

#include "UltraEngine.h"

using namespace UltraEngine;

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