Function libui_ng_sys::uiSaveFile

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

Save file dialog window.

The user is asked to confirm overwriting existing files, should the chosen file path already exist on the system.

@param parent Parent window. @returns File 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