cfv-project / cfv

Command-line File Verify
GNU General Public License v2.0
58 stars 10 forks source link

Windows no context switch to ignore symbolic and hard links #52

Open meowcatluke opened 1 year ago

meowcatluke commented 1 year ago

if hashing recurive directories in windows there is no contect argument to not follow symbolic and hard linkss.

lxp commented 1 year ago

Windows is currently not officially supported in the 3.0.0 release (see changelog here: https://github.com/cfv-project/cfv/releases/tag/v3.0.0). Before picking up this feature request, it is necessary to get the test suite working on Windows and add back Windows support. If anyone is interested to help out here, take a look at the following issue first: https://github.com/cfv-project/cfv/issues/24