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.1.2.0 (12.1.2.0)
语法 public List<string> ClearAllFiles(
out List<string> fileNames
)
Public Function ClearAllFiles (
<OutAttribute> ByRef fileNames As List(Of String)
) As List(Of String)
public:
List<String^>^ ClearAllFiles(
[OutAttribute] List<String^>^% fileNames
)
member ClearAllFiles :
fileNames : List<string> byref -> List<string>
参数
- fileNames
- 类型:System.Collections.GenericListString
原始的文件名称
返回值
类型:
ListString映射之后的文件列表,例如 b35a11ec533147ca80c7f7d1713f015b7909
参见