点击或拖拽改变大小

Functions.FSize 方法 (IntPtr)

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

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

参数

pFile
类型:IntPtr
文件的句柄。 请参阅下面关于 X# 运行时文件句柄和 Win32 文件句柄兼容性的备注。

返回值

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