SET_INFORMATION: Set File Attributes

This message is sent to change the information about a file.

Client Request
==================================
Description
=================================
UCHAR WordCount; Count of parameter words = 8
USHORT FileAttributes; Attributes of the file
UTIME LastWriteTime; Time of last write
USHORT Reserved [5]; Reserved (must be 0)
USHORT ByteCount; Count of data bytes; min = 2
UCHAR BufferFormat; 0x04
STRING FileName[]; File name

FileName is the fully qualified name of the file relative to the tid.

Support of all parameters is optional. A server which does not implement one of the parameters will ignore that field. If the LastWriteTime field contain zero then the file's time is not changed.

Server Response
==================================
Description
=================================
UCHAR WordCount; Count of parameter words = 0
USHORT ByteCount; Count of data bytes = 0