Click or drag to resize

StaticZipHelpers class

Provides a few general help routines for all classes involved.
Inheritance hierarchy
SystemObject
  NetEti.FileTools.ZipStaticZipHelpers

Namespace: NetEti.FileTools.Zip
Assembly: NetEti.ZipAccess (in NetEti.ZipAccess.dll) Version: 1.0.0+90532d84a01ea1dad6525ec1859a76670aba8306
Syntax
public class StaticZipHelpers

The StaticZipHelpers Type exposes the following members.

Constructors
 NameDescription of the
Public MethodStaticZipHelpersinitializes a new instance of the StaticZipHelpers class
Back to the top
Methods
 NameDescription of the
Public MethodStatic MemberConvertFromDateTimeOffset Converts a DateTimeOffset to DateTime.
Public MethodStatic MemberGenerateFileList Provides a list of all file names and subdirectory names and their file names and subdirectory names etc. recursively. uses the internal auxiliary routine GenerateFileListIntern.
Public MethodStatic MemberGenerateFileListIntern Provides a list of all file names and subdirectory names and their file names and subdirectory names etc. recursively. Internal help routine of GenerateFileList.
Public MethodStatic MemberGetZipEntryFilePathes Returns a string array with the FilePaths from a ZippedFileInfo list.
Back to the top
Remarks
24.02.2023 Erik Nagel: created.
See also