Is there a difference between writing to the symlink directory vs the real path?
Suppose I have a symlink /path/to/symlink
that points to a directory /path/to/dir
. In a python codebase I was looking at, it writes some file to the real path like below: