You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the original kliu release, when you select a bunch of files and right-click -> Create Checksum File, the files would be ordered based on the ordering within the Explorer window.
Today, there is no rhyme or reason to the file ordering that appears in a checksum file. It is nearly randomized.
Can anyone describe what changed in the code that would explain this behavior change?
The text was updated successfully, but these errors were encountered:
I think that sounds right. But I don't think it has anything to do with "View Settings" specifically. Windows Explorer preserves the ordering when it sends off the list-of-files to an application. The item under the cursor is first, and then the rest of the list from top-to-bottom. Somehow that order of parameters is being lost. Is there a hashlist being created and then iterated from, or did you go from array to SQL?
In the original kliu release, when you select a bunch of files and right-click ->
Create Checksum File
, the files would be ordered based on the ordering within the Explorer window.Today, there is no rhyme or reason to the file ordering that appears in a checksum file. It is nearly randomized.
Can anyone describe what changed in the code that would explain this behavior change?
The text was updated successfully, but these errors were encountered: