GetSaveFileName

[DllImport("Comdlg32.dll", SetLastError = true)]
public static extern bool GetSaveFileName(
   ref OPENFILENAME lpofn
);

Microsoft documentation: Linkarrow-up-right

Last updated