| [news.eclipse.platform.swt] Re: FileDialog FilterExtensions upper/lower case problem |
Hi
I have a problem with file dialog extensions
The problem is that I can get only the lower case extension e.g. image.jpg
but if the extension is uppercase I couldn't get it e.g. image.JPG
i tried to get all cases of the extension that I use but in case of long extension list like all supported formats only 48 semicolon separated extensions are accepted the rest is omitted
But I think that it's easier from the file dialog itself if it compare the lower case of both file extension & filter extension
is there a solution for this problem?
Eric