GroupFileContainerClearAllFiles 方法 |
删除当前目录下所有的文件信息,返回等待被删除的文件列表,是映射文件名:b35a11ec533147ca80c7f7d1713f015b7909
Delete all file information in the current directory, and return to the list of files waiting to be deleted,
which is the mapping file name: b35a11ec533147ca80c7f7d1713f015b7909
命名空间:
HslCommunication.Core
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法public List<string> ClearAllFiles()
Public Function ClearAllFiles As List(Of String)
public:
List<String^>^ ClearAllFiles()
member ClearAllFiles : unit -> List<string>
返回值
类型:
ListString映射之后的文件列表,例如 b35a11ec533147ca80c7f7d1713f015b7909
参见