I'm trying to get the path for the saved txt file, but it won't work, someone might know why?
[ autoit ]
$test = FileOpen(FileSaveDialog("Save File", @DesktopDir, "(*.txt)") & ".txt", 18) MsgBox("","",$test)