﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2648	FileSaveDialog extension value	MyEarth	Jon	"The FileSaveDialog function don't return the extension value. With a multiple choice is fundamental because i don't know what is the user choice from the combobox

{{{
$var = FileSaveDialog(""Choose a name."", @ScriptDir, ""Scripts (*.au3)|Text files (*.txt)"", 2, ""MYNAME"")
If @error Then
    MsgBox(4096, """", ""Save cancelled."")
Else
    MsgBox(4096, """", ""You chose "" & $var)
EndIf
}}}
[[Image(http://i58.tinypic.com/2chpa2r.jpg)]]
[[Image(http://i58.tinypic.com/ip1vsm.jpg)]]"	Bug	closed	3.3.11.5	AutoIt	3.3.10.2	None	Fixed		
