py-ntfs icon indicating copy to clipboard operation
py-ntfs copied to clipboard

A pure Python module to manipulate NTFS junctions and hardlinks.

Results 2 py-ntfs issues
Sort by recently updated
recently updated
newest added

This fixes some issues I encountered while using the package

Hi all; I've recently been looking around for a way to handle symbolic links in Python, and I chanced upon the lib here. However, while islink() works for me, readlink()...