Function FSFILE_SetAttributes

Source
pub unsafe extern "C" fn FSFILE_SetAttributes(
    handle: Handle,
    attributes: u32_,
) -> Result
Expand description

Sets the attributes of a file.

ยงArguments

  • handle - Handle of the file.
  • attributes - Attributes to set.