FTPClient.Dir Method

HD.Common

FTPClientDir Method Helper帮助文档
获得文件列表

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

public string[] Dir(
	string strMask
)
Public Function Dir ( 
	strMask As String
) As String()
public:
array<String^>^ Dir(
	String^ strMask
)
member Dir : 
        strMask : string -> string[] 

Parameters

strMask
Type: SystemString
文件名的匹配字符串

Return Value

Type: String

[Missing <returns> documentation for "M:HD.Common.FTPClient.Dir(System.String)"]

See Also

Reference