pub async fn UserInterfaceShowSaveDialog(
ApplicationHandle: AppHandle,
Arguments: Vec<Value>,
) -> Result<Value, String>Expand description
UserInterface.ShowSaveDialog - returns bare path string or null.
Wind’s Files/Live.ts calls this and checks typeof Result === "string".