Discuss this help topic in SecureBlackbox Forum

TElZipArchiveDirectoryEntry.AddEntry

TElZipArchiveDirectoryEntry     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Adds entry to the archive directory.

Declaration

[C#]
    TElZipArchiveDirectoryEntry AddEntry(string APath);

[VB.NET]
    Function AddEntry(ByVal APath As String) As TElZipArchiveDirectoryEntry

[Pascal]
    function AddEntry(APath : string): TElZipArchiveDirectoryEntry;

[C++]
    TElZipArchiveDirectoryEntryHandle AddEntry(const std::string &APath);

[PHP]
    TElZipArchiveDirectoryEntry AddEntry(string $APath)

[Java]
    TElZipArchiveDirectoryEntry addEntry(String APath);

Parameters

  • APath - path to the file or directory to be added

Return value

    TElZipArchiveDirectoryEntry object which describes the newly added directory entry.

Description

    Use this method to add a new entry to the archive directory.

See also:     Entries     RemoveEntry     EntryWithName     EntryWithPath    

Discuss this help topic in SecureBlackbox Forum