Click or drag to resize

F_ATTR Define

X#
Position in Directory() sub-array for file attributes(as a number).

Namespace:  XSharp.Core
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 DEFINE F_ATTR := 5 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