We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
os.DirEntry
1 parent e335864 commit 02cfee1Copy full SHA for 02cfee1
Doc/library/pathlib.rst
@@ -1811,6 +1811,11 @@ Path information
1811
If *follow_symlinks* is ``False`` and this path is a symlink, return
1812
information about the symlink rather than its target.
1813
1814
+ On Windows, if the path was generated by scanning a directory, then the
1815
+ ``st_ino``, ``st_dev`` and ``st_nlink`` attributes of the
1816
+ :class:`~os.stat_result` are always set to zero. Call :meth:`Path.stat`
1817
+ to get these attributes.
1818
+
1819
1820
.. _pathlib-pattern-language:
1821
0 commit comments