Skip to content

Commit

Permalink
add IO_REPARSE_TAG* constants to stats.py (issue 4953)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed May 16, 2024
1 parent 3d5ed78 commit 1f46a19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib-python/3/stat.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ def S_ISWHT(mode):
SF_SNAPSHOT = 0x00200000 # file is a snapshot file
SF_FIRMLINK = 0x00800000 # macOS: file is a firmlink
SF_DATALESS = 0x40000000 # macOS: file is a dataless object
IO_REPARSE_TAG_APPEXECLINK = 0x8000001b # windows
IO_REPARSE_TAG_MOUNT_POINT = 0xa0000003 # windows
IO_REPARSE_TAG_SYMLINK = 0xa000000c # windows


_filemode_table = (
Expand Down

0 comments on commit 1f46a19

Please sign in to comment.