NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SetAttr Statement Example

This example uses the SetAttr statement to set attributes for a file.

SetAttr "TESTFILE", vbHidden   ' Set hidden attribute.
SetAttr "TESTFILE", vbHidden + vbReadOnly   ' Set hidden and read-only 
   ' attributes.