Basically I’m trying to set the SaveFileDialog’s filter like let’s say to… “Xml Document (.asdf.xml)|.asdf.xml”. It’ll filter the files correctly when picking a file, but when actually saving the file it only saves as a “.xml”. Is this even supported?
I also can’t think of a suitable workaround as most workarounds seem to involve needing to manually change the filename without the user knowing about it.
SupportMultiDottedExtensions = true;