Skip to content

TBLFileInfo

File information.

Definition

Unit: Blend2D

type TBLFileInfo = record ... end;

Properties

Name Description
Flags
GroupId
HasGroupR
HasGroupW
HasGroupX
HasOtherR
HasOtherW
HasOtherX
HasOwnerR
HasOwnerW
HasOwnerX
HasSetGid
HasSetUid
IsArchive
IsBlockDevice
IsCharDevice
IsDirectory
IsExecutable
IsFifo
IsHidden
IsRegular
IsSocket
IsSymLink
IsSystem
IsValid
ModifiedTime
Size
UserId

Methods

Name Description
HasFlag

Property Descriptions

Flags

property Flags: TBLFileInfoFlags read FFlags

Type: TBLFileInfoFlags


GroupId

property GroupId: Cardinal read FGid

Type: Cardinal


HasGroupR

property HasGroupR: Boolean read GetHasGroupR

Type: Boolean


HasGroupW

property HasGroupW: Boolean read GetHasGroupW

Type: Boolean


HasGroupX

property HasGroupX: Boolean read GetHasGroupX

Type: Boolean


HasOtherR

property HasOtherR: Boolean read GetHasOtherR

Type: Boolean


HasOtherW

property HasOtherW: Boolean read GetHasOtherW

Type: Boolean


HasOtherX

property HasOtherX: Boolean read GetHasOtherX

Type: Boolean


HasOwnerR

property HasOwnerR: Boolean read GetHasOwnerR

Type: Boolean


HasOwnerW

property HasOwnerW: Boolean read GetHasOwnerW

Type: Boolean


HasOwnerX

property HasOwnerX: Boolean read GetHasOwnerX

Type: Boolean


HasSetGid

property HasSetGid: Boolean read GetHasSetGid

Type: Boolean


HasSetUid

property HasSetUid: Boolean read GetHasSetUid

Type: Boolean


IsArchive

property IsArchive: Boolean read GetIsArchive

Type: Boolean


IsBlockDevice

property IsBlockDevice: Boolean read GetIsBlockDevice

Type: Boolean


IsCharDevice

property IsCharDevice: Boolean read GetIsCharDevice

Type: Boolean


IsDirectory

property IsDirectory: Boolean read GetIsDirectory

Type: Boolean


IsExecutable

property IsExecutable: Boolean read GetIsExecutable

Type: Boolean


IsFifo

property IsFifo: Boolean read GetIsFifo

Type: Boolean


IsHidden

property IsHidden: Boolean read GetIsHidden

Type: Boolean


IsRegular

property IsRegular: Boolean read GetIsRegular

Type: Boolean


IsSocket

property IsSocket: Boolean read GetIsSocket

Type: Boolean


property IsSymLink: Boolean read GetIsSymLink

Type: Boolean


IsSystem

property IsSystem: Boolean read GetIsSystem

Type: Boolean


IsValid

property IsValid: Boolean read GetIsValid

Type: Boolean


ModifiedTime

property ModifiedTime: TDateTime read GetModifiedTime

Type: TDateTime


Size

property Size: Int64 read FSize

Type: Int64


UserId

property UserId: Cardinal read FUid

Type: Cardinal


Method Descriptions

HasFlag(TBLFileInfoFlag)

function HasFlag(const AFlag: TBLFileInfoFlag): Boolean; inline

Parameters

AFlag: TBLFileInfoFlag

Returns

Boolean