$FilePath = FileSaveDialog("Save Location...", @DesktopDir, "Text File (*.txt)", 18, "") MsgBox(0, "Message", "You save your file in : " & $FilePath)