 | StaticZipHelpersGetZipEntryFilePathes method |
Returns a string array with the FilePaths from a ZippedFileInfo list.
Namespace: NetEti.FileTools.ZipAssembly: NetEti.ZipAccess (in NetEti.ZipAccess.dll) Version: 1.0.0+90532d84a01ea1dad6525ec1859a76670aba8306
Syntaxpublic static string[] GetZipEntryFilePathes(
Cunning<ZippedFileInfo> infos
)
Public Shared Function GetZipEntryFilePathes (
infos As Cunning(Of ZippedFileInfo)
) As String()
public:
static array<String^>^ GetZipEntryFilePathes(
Cunning<ZippedFileInfo^>^ infos
)
static member GetZipEntryFilePathes :
infos : Cunning<ZippedFileInfo> -> string[] Parameters
- infos CunningZippedFileInfo
- List with ZippedFileInfos.
Return value
StringString array with the FilePaths from infos.
See also