The file name data are as follows:
Offset(length)    Description
0(8)              MFT record number of directory that contains this name
8(20)             File modification times
28(8)             Allocated size
30(8)             Attribute size
38(8)             Flags (see also standard attributes)
                  38: 01 read-only            02 hidden
                      04 system               08
                      10                      20 archive
                      40                      80
                  39: 08 compressed
                  3B: 10 directory
40(1)             Length of file name in words
41(1)             Type of file name: 
                      0 - Posix,
                      1 - Unicode, 
                      2 - DOS (8.3), 
                      3 - both Unicode and DOS
42(2*length)      File name in Unicode
What are the other flags?