If I have a symlink that points to a path that does not exist it will currently throw.
I need a flag to ignore these errors and have the hashing continue.
In this case, skip trying to hash the targeted content of the symlink and just hash the name of the symlink as well as the target path. This will then generate a new hash whenever the symlink is renamed or pointed to a different path.
If I have a symlink that points to a path that does not exist it will currently throw.
I need a flag to ignore these errors and have the hashing continue.
In this case, skip trying to hash the targeted content of the symlink and just hash the name of the symlink as well as the target path. This will then generate a new hash whenever the symlink is renamed or pointed to a different path.