loupeteam/StringExt

SplitFileName parsing error

Closed this issue · 2 comments

Issue observed on Delta with SplitFileName

Input: 'Logs/trace1.csv'
Result: Correct
Input: 'Logs//trace1.csv'
Result: Incorrect (garbage in Name and Extension output strings)
Input: 'Logs///trace1.csv'
Result: Correct

Observed in version 0.14.2

Found issue. Believed to be fully resolved with PR4