Fields

attributes: os.windows.DWORD,

Functions

fn readOnly(self: Self) bool

Returns true if permissions represent an unwritable file.

fn setReadOnly(self: *Self, read_only: bool) void

Sets whether write permissions are provided. This method DOES NOT set permiss…

Sets whether write permissions are provided. This method DOES NOT set permissions on the filesystem: use File.setPermissions(permissions)