Hello, I have a exception for file not found on a particular case:
I have fileName like '..\filename' and path like 'c:\folder1\folder2', the file 'c:\folder1\filename and the path c:\folder1\folder2 exist, but if I do
trueCase.trueCasePathSync('..\filename' ,'c:\folder1\folder2');
an exception is fired for file not found