Skip to content Skip to sidebar Skip to footer
Showing posts with the label Symlink

Find Broken Symlinks With Python

If I call os.stat() on a broken symlink, python throws an OSError exception. This makes it useful f… Read more Find Broken Symlinks With Python