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
Made fsattrs immutable parameterized and added convenience bodies
The fsattrs immutable body was updated to accept a boolean parameter, allowing explicit control over a file's immutability state. To simplify usage, is_immutable and is_not_immutable bodies were introduced as direct aliases for the parameterized immutable with "true" and "false" arguments, respectively.
Ticket: CFE-4582
Changelog: Title
0 commit comments