Skip to content

TSdlPathInfo

Information about a path on the filesystem.

Definition

Unit: Neslib.Sdl3.IO

type TSdlPathInfo = record ... end;

See Also

Properties

Name Description
AccessTime The last time the path was read.
CreateTime The time when the path was created.
Kind The path type.
ModifyTime The last time the path was modified.
Size The file size in bytes.

Property Descriptions

AccessTime

The last time the path was read.

property AccessTime: TDateTime read GetAccessTime

Type: TDateTime


CreateTime

The time when the path was created.

property CreateTime: TDateTime read GetCreateTime

Type: TDateTime


Kind

The path type.

property Kind: TSdlPathKind read GetKind

Type: TSdlPathKind


ModifyTime

The last time the path was modified.

property ModifyTime: TDateTime read GetModifyTime

Type: TDateTime


Size

The file size in bytes.

property Size: Int64 read GetSize

Type: Int64