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

(Question or possible feature request) verifying files in subfolders. #203

Open
TomTurbine opened this issue May 21, 2024 · 4 comments
Open

Comments

@TomTurbine
Copy link

TomTurbine commented May 21, 2024

Wanting to verify files, all of them are present and included in the md5 files, but like to keep them separated into subfolders to keep things organized. Is it possible to have RapidCRC-Unicode to scan the folder it starts in and all subfolders recursively in it to verify an MD5 file?

Bonus if it can also show any extra files it finds that aren't listed in the MD5 file.

@OV2
Copy link
Owner

OV2 commented May 21, 2024

If you mean that you have one md5 file, and the files it references are not in the location it expects, then no, there is no auto search for referenced files.

If you just want to recursively verify all md5 files in a folder, then that is an option in the shell extension as well as in the open files dialog (in the dropdown arrow of the open button).

@TomTurbine
Copy link
Author

TomTurbine commented May 22, 2024

Lets say its like this.

Root Folder

MD5 File
File 1
Subfolder 1

File 2
File 3
Subfolder 2

File 4
File 5

All the files are within that main folder, just within possible subdirectories within it.

@OV2
Copy link
Owner

OV2 commented May 22, 2024

If you create the md5 file with that structure present it will work. In this case the md5 file references the files including their folders.

@TomTurbine
Copy link
Author

Thank you sir, was hoping there was a way to do that automatically and just treat all subfolders as part of the same directory. Oh well, either way, thanks for the program, works great and love that it's portable

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