returns extension for a file path
extension = fileext(fullpath)
a string matrix, the given file path.
a string matrix, the extension part is any or ''.
extension = fileext(fullpath) splits the fullpath character string in the extension part including the dot.