[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'msesys' (#msegui)

fileattributesty

Declaration

Source position: msesys.pas line 69

type fileattributesty = set of (

  fa_rusr,

  fa_wusr,

  fa_xusr,

  fa_rgrp,

  fa_wgrp,

  fa_xgrp,

  fa_roth,

  fa_woth,

  fa_xoth,

  fa_suid,

  fa_sgid,

  fa_svtx,

  fa_dir,

  fa_archive,

  fa_compressed,

  fa_encrypted,

  fa_hidden,

  fa_offline,

  fa_reparsepoint,

  fa_sparsefile,

  fa_system,

  fa_temporary,

  fa_all

);


Documentation generated on: 2021-05-13