delphirtl
Version:
RTL functions from Delphi
52 lines (26 loc) • 696 B
Markdown
[**delphirtl**](../README.md) • **Docs**
***
[delphirtl](../globals.md) / TSearchRec
Type Alias: TSearchRec
**TSearchRec**: `object`
# Type declaration
## Attr
**Attr**: `number`
## CreationTime
**CreationTime**: `number`
## ExcludeAttr
**ExcludeAttr**: `number`
## LastAccessTime
**LastAccessTime**: `Date`
Last time it was accessed or modified, whichever's later
## Name
**Name**: `string`
## Size
**Size**: `number`
## Time
**Time**: `number`
## TimeStamp
**TimeStamp**: `Date`
Last modified time
# Defined in
[src/sysutils.ts:139](https://github.com/chuacw/delphirtl/blob/b2d86277a5251f0037cf01044224c3e29dc4c6be/src/sysutils.ts#L139)