os.path.islink(path)
Return True
if path refers to a directory entry that is a symbolic link. Always False
if symbolic links are not supported by the Python runtime.
os.path.islink(path)
Return True
if path refers to a directory entry that is a symbolic link. Always False
if symbolic links are not supported by the Python runtime.
Please login to continue.