Subversion Repositories Kolibri OS

Rev

Rev 6893 | Rev 6917 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6893 Rev 6901
Line 4023... Line 4023...
4023
Structure of block of data for folder entry (BDFE):
4023
Structure of block of data for folder entry (BDFE):
4024
  * +0: dword: attributes of file:
4024
  * +0: dword: attributes of file:
4025
    * bit 0 (mask 1): file is read-only
4025
    * bit 0 (mask 1): file is read-only
4026
    * bit 1 (mask 2): file is hidden
4026
    * bit 1 (mask 2): file is hidden
4027
    * bit 2 (mask 4): file is system
4027
    * bit 2 (mask 4): file is system
4028
    * bit 3 (mask 8): this is not a file but volume label
4028
    * bit 3 (mask 8): this is the volume label (using by subfunction 5)
4029
      (for one partition meets no more than once and
-
 
4030
      only in root folder)
-
 
4031
    * bit 4 (mask 0x10): this is a folder
4029
    * bit 4 (mask 0x10): this is a folder
4032
    * bit 5 (mask 0x20): file was not archived - many archivation
4030
    * bit 5 (mask 0x20): file was not archived - many archivation
4033
      programs have an option to archive only files with this bit set,
4031
      programs have an option to archive only files with this bit set,
4034
      and after archiving this bit is cleared - it can be useful
4032
      and after archiving this bit is cleared - it can be useful
4035
      for automatically creating of backup-archives as at writing
4033
      for automatically creating of backup-archives as at writing