S ssg Well-Known Member Licensed User Longtime User Jan 13, 2012 #1 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.
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.
joseluis Active Member Licensed User Longtime User Jan 13, 2012 #2 Don't import it in the IDE. You still can load the file from your program. Take a look at this thread.
Don't import it in the IDE. You still can load the file from your program. Take a look at this thread.