Public Function XF_WINAPI_AddFilterItem(strFilter As String, strDescription As String, Optional varItem As Variant) As String
Add a new filter type onto the filter string for system 'Open or Save File' dialog
Dialogs
Add a new filter type onto the filter string for system 'Open or Save File' dialog
Windows API: browse-to-folder
Call system 'Open or Save File' dialog. This is fairly low level and need not be used by the developer. Use the xf.Interact.OpenFileDialog and Save FileDialog series of methods for higher level functionality.