Function libui_ng_sys::uiOpenFolder

source ·
pub unsafe extern "C" fn uiOpenFolder(
    parent: *mut uiWindow
) -> *mut c_char
Expand description

Folder chooser dialog window to select a single folder.

@param parent Parent window. @returns Folder path, NULL on cancel.\n If path is not NULL:\n TODO: clarify string encoding. Data is owned by the caller, make sure to call uiFreeText(). @note File paths are separated by the underlying OS file path separator. @ingroup dataEntry dialogWindow