Unit 'libtar' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

TTarMode

Tar mode.

Declaration

Source position: libtar.pp line 134

type TTarMode = (

  tmSetUid,

  

File has SetUID bit set.

  tmSetGid,

  

File has SetGID bit set.

  tmSaveText

  

Bit $200 is set.

);

Description

TTarMode describes extra file modes. It is used in the Mode field of the TTarDirRec record.

See also

TTarDirRec

  

Tar Directory entry.

TTarPermission

  

File permissions.

TTarPermissions

  

Complete set of permissions for file.

TTarModes

  

Full set of modes.


Documentation generated on: Jul 24 2023