Java Question File names to lower case

ssg

Well-Known Member
Licensed User
Longtime User
Hi Erel (or others that know),

I am trying to make a wrapper library which has reference to a text file.

The library from an external party references some details on a text file. Problem is, the text file is named "AbcDef.txt".

When i import the file into the ide, it goes into lower case, and that external library cant find the file.

Marking it as read only does not help.

How can we go about with this?

Thanks.
 
Top