FTPHelperGetList Method | Helper帮助文档 |
得到文件列表
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string[] GetList( string strPath )
Public Function GetList ( strPath As String ) As String()
public: array<String^>^ GetList( String^ strPath )
member GetList : strPath : string -> string[]
Parameters
- strPath
- Type: SystemString
[Missing <param name="strPath"/> documentation for "M:HD.Common.FTPHelper.GetList(System.String)"]
Return Value
Type: String[Missing <returns> documentation for "M:HD.Common.FTPHelper.GetList(System.String)"]
See Also