Example - SetAttr Statement

  1. Sub main

    1. SetAttr "D:\TESTFILE.txt",1 ' Here 1 represent the Read only mode

  2. End Sub