xMRi
New Member
If I add a folder to a slide show OBS sorts in the name sequence used in a caseless string compare.
So we get the sequence.
pic1.jpg pic10.jpg pic11.jpg pic2.jpg pic3.jpg
The Explorer sorts
pic1.jpg pic2.jpg pic3.jpg pic10.jpg pic11.jpg
It uses StrCmpLogicalW
Is it possible to get this sorting in OBS too.
Reason: I export a Powerpoint file to JPGs and I get a numbering without leading zeros. I have to rename all files with a single digit, to get the real sequence.
So we get the sequence.
pic1.jpg pic10.jpg pic11.jpg pic2.jpg pic3.jpg
The Explorer sorts
pic1.jpg pic2.jpg pic3.jpg pic10.jpg pic11.jpg
It uses StrCmpLogicalW
StrCmpLogicalW function (shlwapi.h) - Win32 apps
Compares two Unicode strings. Digits in the strings are considered as numerical content rather than text. This test is not case-sensitive.
docs.microsoft.com
Is it possible to get this sorting in OBS too.
Reason: I export a Powerpoint file to JPGs and I get a numbering without leading zeros. I have to rename all files with a single digit, to get the real sequence.