FTPClient.GetFileSize Method

HD.Common

FTPClientGetFileSize Method Helper帮助文档
获取文件大小

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public long GetFileSize(
	string strFileName
)
Public Function GetFileSize ( 
	strFileName As String
) As Long
public:
long long GetFileSize(
	String^ strFileName
)
member GetFileSize : 
        strFileName : string -> int64 

Parameters

strFileName
Type: SystemString
文件名

Return Value

Type: Int64
文件大小
See Also

Reference