Example - GetAttr Function

  1. Sub Main

    1. Const strFile As String = "D:\TESTFILE.txt"

    2. Dim Result As Integer

    3. Result  = GetAttr(strFile)

    4. MsgBox Result

  2. End Sub