“Common File Types”

It is a good idea to add all the enums for the “Common File Types”.

What is that ?

Look at LR for AcceptFileDrop, Sample Code:

Me.AcceptFileDrop(“image/jpeg”)
https://documentation.xojo.com/api/deprecated/rectcontrol.html#rectcontrol-acceptfiledrop

“text/plain” may be another one.

Warning: that f*g software translate the quotes even in code…

I found an orphan link:
https://documentation.xojo.com/UserGuide:File_Type_Set_Editor

The page this appears is:
https://documentation.xojo.com/api/files/filetype.html#filetype-name

The correct link is:
https://documentation.xojo.com/getting_started/using_the_ide/file_type_group_editor.html

But it does not holds the enum list I was asking.

Have a nice day.