Click or drag to resize

F_CREATION_DATE Define

X#
Position in Directory() sub-array for creation date(as a date).

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