You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`mode_t` is a non-portable extension to C (POSIX). Introduce a new
typealias `ModeType` that represents the underlying type that is used.
Provide an alternate definition for the default mode on Windows as it
does not have non-user permissions on a file but rather relies on proper
ACLing.
0 commit comments