Click or drag to resize

StaticZipHelpersGetZipEntryFilePathes Methode

Liefert ein string-Array mit den FilePathes aus einer ZippedFileInfo-List.

Namensraum: NetEti.FileTools.Zip
Assembly: NetEti.ZipAccess (in NetEti.ZipAccess.dll) Version: 1.0.0+2996eef2bd6ad690f9f33134f6dd182957ec1b3e
Syntax
public static string[] GetZipEntryFilePathes(
	List<ZippedFileInfo> infos
)

Parameter

infos  ListZippedFileInfo
Liste mit ZippedFileInfos.

Rückgabewert

String
String-Array mit den FilePathes aus infos.
Siehe auch