 | FtpHelperGetFileList 方法 |
Sweet 开发框架
获取FTP文件列表
命名空间:
Sweet.Ftp
程序集:
Sweet.Ftp (在 Sweet.Ftp.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public List<T_FileInfo> GetFileList(
string path
)
Public Function GetFileList (
path As String
) As List(Of T_FileInfo)
member GetFileList :
path : string -> List<T_FileInfo>
参数
- path
- 类型:SystemString
[缺少 "M:Sweet.Ftp.FtpHelper.GetFileList(System.String)" 的 <param name="path"/> 文档]
返回值
类型:
ListT_FileInfo[缺少 "M:Sweet.Ftp.FtpHelper.GetFileList(System.String)" 的 <returns> 文档]
参见