TwclObexFileObject Record

The record describes the OBEX file system object.

Namespace: wclObex
type
 TwclObexFileObject = record
 end;

The TwclObexFileObject type exposes the following members.

Show:
 NameDescription
Accessed

The last accessed time for the object.

Created

The creation time for the object.

Description

The object's description.

IsDirectory

If this member is True the file system object is directory. If this member is False the file system object if file.

Modified

The last modified time for the object.

Name

The file system object name.

Permissions

The user level permissions.

Size

The file system object size in bytes. If the file system object is directory this member is always 0.

Top