点击或拖拽改变大小

Functions.FSize 方法 (String)

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

命名空间:  XSharp.Core
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
 FUNCTION FSize(
	cFileName AS STRING
) AS INT64
查看代码

参数

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

返回值

类型:Int64
The size of the file or -1 when the file is not found.
参见