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