Click or drag to resize

F_EA_SIZE Define

X#
Position in Directory() sub-array for Size of extended attributes(as a string).

Namespace:  XSharp.Core
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 DEFINE F_EA_SIZE := 6 AS LONG
Request Example View Source

Field Value

Type: Long
Remarks
Compared to Clipper and Visual Objects the return value of Directory() has changed:
each subarray returned from Directory() now contains some extra values, such as creation date and last access date. The normal Date and Time elements represent the last written date and time.
See Also