Follow a symlink POSIX

suggest change

Sometimes you need to determine the target of a symlink. os.readlink will do this:

print(os.readlink(path_to_symlink))

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents