IPB

> File-attribute constants (WinDos unit and Dos unit)
Чат
Форум
Загрузка...
 

Language:
Русский
English

  File-attribute constants     (WinDos unit and Dos unit)


These constants test, set, and clear file-attribute bits in connection with the GetFAttr, SetFAttr, FindFirst, and FindNext procedures.

These constants are additive. The faAnyFile constant is the sum of all attributes.

   WinDosConstant   Value
   faReadOnly       $01
   faHidden         $02
   faSysFile        $04
   faVolumeID       $08
   faDirectory      $10
   faArchive        $20
   faAnyFile        $3F

   DosConstant   Value
   ReadOnly       $01
   Hidden         $02
   SysFile        $04
   VolumeID       $08
   Directory      $10
   Archive        $20
   AnyFile        $3F

 
 К началу страницы 
 

Код для вставки: :: :: :: ГОСТ ::
Поделиться: //
 



-
Хостинг предоставлен компанией "Веб Сервис Центр" при поддержке компании "ДокЛаб"