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.