traveler.core.downloading.Path.exists#

Path.exists(*, follow_symlinks=True)#

Whether this path exists.

This method normally follows symlinks; to check whether a symlink exists, add the argument follow_symlinks=False.