FSize Function (String) | |
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
public static long FSize(
string cFileName
)
Request Example
View SourceParameters
- cFileName
- Type: String
Specifies a file for which FSIZE( ) returns the size in bytes.
Return Value
Type:
Int64The size of the file or -1 when the file is not found.
See Also