We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
We can easily detect if it is a hardlink by checking a number of hardlinks with os.stat(it should be equal to 1).
NOTE: i don't think you can use stat().st_nlink > 1 on windows to detect hardlinks.
NOTE: should use our link list in state db to make sure that it is indeed our link.
unprotect: only process symlinks and hardlinks
Activity
unprotect: only process symlinks and hardlinks