stat.S_IMODE(mode)
Return the portion of the file’s mode that can be set by os.chmod()
—that is, the file’s permission bits, plus the sticky bit, set-group-id, and set-user-id bits (on systems that support them).
stat.S_IMODE(mode)
Return the portion of the file’s mode that can be set by os.chmod()
—that is, the file’s permission bits, plus the sticky bit, set-group-id, and set-user-id bits (on systems that support them).
Please login to continue.