Hi Chuck,
> I noticed when you populate the File name: field you force a backslash at the end.
In its settings file, QAP always saves favorite folders location without an ending backslash. But yes, when navigating to a folder in a "File" dialog boxes, QAP add an ending backslash. This was added a long time for some application (like Notepad++ v7.5.6) that were trying to save the file instead of navigating to the folder when the location did not end with backslash.
I checked with a recent version of Notepad++ and this is not the case anymore. Maybe I could remove it. But I do not know if other apps would still have the issue.
> When I went to do a file open I manually typed in C:\Temp\*.txt and sure enough Windows changed the filter on the fly for me at the same time switching to that folder.
This is true in file dialog boxes (File Open, File Save As). But there is an issue when you use the same location in Windows Explorer. Explorer returns an error if you try to navigate to a path using file wildcards:
Because of this, the same folder favorite could not be used in Explorer and in a file dialog box. This would be a concern.