Click or drag to resize

StaticZipHelpersGetZipEntryFilePathes method

Returns a string array with the FilePaths from a ZippedFileInfo list.

Namespace: NetEti.FileTools.Zip
Assembly: NetEti.ZipAccess (in NetEti.ZipAccess.dll) Version: 1.0.0+90532d84a01ea1dad6525ec1859a76670aba8306
Syntax
public static string[] GetZipEntryFilePathes(
	
	Cunning<ZippedFileInfo> infos
)

Parameters

infos  CunningZippedFileInfo
List with ZippedFileInfos.

Return value

String
String array with the FilePaths from infos.
See also