ID EN
Shutil

avoids_symlink_attacks

Python 3.11

Indicates whether the current platform and implementation provides a symlink attack resistant version of rmtree(). Currently this is only true for platforms supporting fd-based directory access functions.

Syntax

PYTHON
rmtree.avoids_symlink_attacks

See Also

rmtree()