Functions.FSize 方法 (String) | |
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
public static long FSize(
string cFileName
)
查看代码参数
- cFileName
- 类型:String
Specifies a file for which FSIZE( ) returns the size in bytes.
返回值
类型:
Int64The size of the file or -1 when the file is not found.
参见