You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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() does not; it always returns an empty string for me on Windows. I'm not that experienced with ctypes (or Python in general), so if there's any solution or something that I might have overlooked here, I'd appreciate any help! (Or even a hint! :D)
The text was updated successfully, but these errors were encountered:
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() does not; it always returns an empty string for me on Windows. I'm not that experienced with ctypes (or Python in general), so if there's any solution or something that I might have overlooked here, I'd appreciate any help! (Or even a hint! :D)
The text was updated successfully, but these errors were encountered: