Unit 'sysutils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TUnicodeSearchRec

Unicode searchrec record.

Declaration

Source position: filutilh.inc line 56

type TUnicodeSearchRec = record

public

  Time: Int64; deprecated ;

  

Last modification timestamp.

  Size: Int64;

  

File size in bytes.

  Attr: LongInt;

  

File Attributes.

  Name: UnicodeString;

  

File name, Unicode aware (no path).

  ExcludeAttr: LongInt;

  

For internal use only.

  FindHandle: Pointer;

  

Native file search handle. For internal use only, treat as opaque.

  Mode: TMode;

  

File permissions (mode, Unix only).

  function IsDirectory;

  function IsCurrentOrParentDir;

  property TimeStamp: TDateTime; [r]

  

Time stamp as datetime.

  property TimeStampUTC: TDateTime; [r]

end;

Description

TRawbyteSearchRec is a search handle description record using multi-byte strings. It is initialized by a call to FindFirst and can be used to do subsequent calls to FindNext. It contains the result of these function calls. It must be used to close the search sequence with a call to FindClose.

Remark: Not all fields of this record should be used. Some of the fields are for internal use only. (PathOnly for example, is only provided for Kylix compatibility)

See also

TRawByteSearchRec

  

Record describing a search handle or result (single-byte string version).

TSearchRec

  

Record describing a search handle or result.

FindFirst

  

Start a file search and return a findhandle.

FindNext

  

Find the next entry in a findhandle.

FindClose

  

Close a find handle.


Documentation generated on: Jul 24 2023