That also returns False.
The docs to mention that for os.path.islink(), it:
Always returns
False
if symbolic links are not supported by the Python runtime
I don't know if that is the case here.
That also returns False.
The docs to mention that for os.path.islink(), it:
Always returns
False
if symbolic links are not supported by the Python runtime
I don't know if that is the case here.