I can't find a complete example of how one would filter only (for
example) gif files.
Gif files end in .gif so what do I put in the dialogs filter
property?
dim dlg as OpendDialog
Dim f as FilderItem
dlg.Filter = ???
f = dlg.ShowModal()
if f <> Nil then
MsgBox("user wants top use " + dlg.result.absolutePath()) // Or
can I use f.absolutePath
End fi
Help?
TIA
B.