jmlich / frdl

CIMA FRDL Flight Recorder Downloader
http://www.flymicro.com/frdl/
GNU General Public License v3.0
0 stars 0 forks source link

Case sensitive paths #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Unknown if this is an issue or not...

Mostly getAbsolutePath() is used in FRDL

This might cause unexpected problems on OSes which have case sensitive
directory systems?

getCanonicalPath() is probably the fix, but need to:
a) Discover if it really is a problem.
b) test getCanonicalPath() works OK on Windows.

Original issue reported on code.google.com by r.mh%fly...@gtempaccount.com on 21 Mar 2009 at 8:15