os.chflags()

os.chflags(path, flags, *, follow_symlinks=True)

Set the flags of path to the numeric flags. flags may take a combination (bitwise OR) of the following values (as defined in the stat module):

This function can support not following symlinks.

Availability: Unix.

New in version 3.3: The follow_symlinks argument.

doc_python
2016-10-07 17:38:40
Comments
Leave a Comment

Please login to continue.