FMEDialog
guessFormat(filename),
This method attempts to guess the format based on the extension of the filename passed in.
filename (str) – The name of the file.
str or None
The format guessed or None if we were unable to make a guess.
None