Structsยง
- Mask
Type ๐
Enumsยง
- Permission
Operator ๐
Staticsยง
- NIX_
PERMISSIONS ๐
Functionsยง
- build_
mask ๐ - Clears the current umask and returns the previous umask.
- get_
class ๐ - get_
perms ๐ - get_
umask_ ๐tokens - is_
digit ๐ - is_
permission_ ๐token - is_
user_ ๐access_ token - makes sure the returned string is 4 characters and the first character is 0.
- If mask_string is a mode string then merge it with umask and set the current umask. If mask_string is an int then treat it as a umask and set the current umask (no merge)).
- octal_
string_ ๐to_ mode - Set current umask to umask.
- to_
mask_ ๐type - to_mode ๐
- with_
umask_ ๐tokens