File: SetAttributes |
Sets the file attributes (ReadOnly, Hidden, ...)
Public Sub SetAttributes( ByRef Path As String, ByVal Attributes As FileAttributes )
In order to set a single attribute without unsetting an existing attributes, they will first need to be read from the file (GetAttributes), then bit manipulated to create the resulting set of desired attributes before setting.