Click or drag to resize

F_SIZE Define

X#
Position in Directory() sub-array for filesize(as a numeric).

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