Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File order is broken in Create Checksum File #58

Open
a-raccoon opened this issue Dec 22, 2018 · 2 comments
Open

File order is broken in Create Checksum File #58

a-raccoon opened this issue Dec 22, 2018 · 2 comments

Comments

@a-raccoon
Copy link

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?

@SoyRA
Copy link

SoyRA commented Dec 22, 2018

You mean this? The Checksum doesn't respect my "View Settings"
I don't remember what I changed from the code so that it don't directly use or recognize that I have an SSD.

@a-raccoon
Copy link
Author

a-raccoon commented Dec 22, 2018

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants