FTPClient.GetFileInfo Method

HD.Common

FTPClientGetFileInfo Method Helper帮助文档
获取文件信息

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

public string GetFileInfo(
	string strFileName
)
Public Function GetFileInfo ( 
	strFileName As String
) As String
public:
String^ GetFileInfo(
	String^ strFileName
)
member GetFileInfo : 
        strFileName : string -> string 

Parameters

strFileName
Type: SystemString
文件名

Return Value

Type: String
文件大小
See Also

Reference