Click or drag to resize

FSize Function (String)

X#
Returns the size in bytes of a specified file.

Namespace:  XSharp.Core
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 FUNCTION FSize(
	cFileName AS STRING
) AS INT64
Request Example View Source

Parameters

cFileName
Type: String
Specifies a file for which FSIZE( ) returns the size in bytes.

Return Value

Type: Int64
The size of the file or -1 when the file is not found.
See Also