ID EN
OS

stat

Python 3.11

Return a stat_result object for this entry. This method follows symbolic links by default; to stat a symbolic link add the follow_symlinks=False argument.

Syntax

PYTHON
stat(*, follow_symlinks=True)

See Also

stat_result stat_result os.stat() os.stat()