Lua
C++
Edit

OpenDir

This function opens a folder in the default system file browser. If a file name is specified, the folder will be opened with that file selected.

Syntax

Parameter Description
path folder or file path to show

Returns

Returns true if the directory was opened successfully, otherwise false is returned.

Example

OpenDir(CurrentDir())
Copyright © 2024 Ultra Software.
All rights reserved.