FileType.Extensions

The example in the LR page for FileType.Extensions says (extract):

jpegType.Extensions = "jpg" // .../... pngType.Extensions = ".png"

Which one is correct ?

The one that starts with a dot (png) or the other one (jpg) ?


Make Our Xojo Great Again

Per the same page you quoted.

we always insert the . in all of our filetypes for the IDE
but you don’t have to if you don’t care about Windows

I’m confused by this.
I was under the impression that drag and drop accept expected a FileType set
I have two types of files hl7 and txt . (They are both txt actually, but just they way life is)

So what was I expected to pass as a String to this method?

Me.AcceptFileDrop("ft_xcode")

where ft_xcode is the name of a filetype set