If you don't mind the dialog asking for confirmation to create the file, you can use the following:
GetFilePath$("filename", "JPEG files|*.jpg", "c:\", "Save output pictures", 1)
It will return a string with the path, but will not actually create the file (nor the starting folder).
The WinWrap...