Closed zdronz closed 3 years ago
"." regex matches any symbol, while "\\." matches only the dot - the actual delimiter in FAT32. The "ext" part of the filename should be taken by index 1 from the split result.
huh thanks a lot!!
"." regex matches any symbol, while "\\." matches only the dot - the actual delimiter in FAT32. The "ext" part of the filename should be taken by index 1 from the split result.