NetSoftUpdateServerGetAllFiles 方法 |
获取所有的文件信息,包括所有的子目录的文件信息
Get all file information, including file information of all subdirectories
命名空间:
HslCommunication.Enthernet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static List<string> GetAllFiles(
string dircPath,
ILogNet logNet
)
Public Shared Function GetAllFiles (
dircPath As String,
logNet As ILogNet
) As List(Of String)
public:
static List<String^>^ GetAllFiles(
String^ dircPath,
ILogNet^ logNet
)
static member GetAllFiles :
dircPath : string *
logNet : ILogNet -> List<string>
参数
- dircPath
- 类型:SystemString
目标路径 - logNet
- 类型:HslCommunication.LogNetILogNet
日志信息
返回值
类型:
ListString文件名的列表
参见