Discuss this help topic in SecureBlackbox Forum

TElOpenOfficePackage.CreateEntry

TElOpenOfficePackage     See also     


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


Creates a new archive entry.

Declaration

[C#]
    void CreateEntry(string Path);

[VB.NET]
    Sub CreateEntry(ByVal Path As String)

[Pascal]
    procedure CreateEntry(Path : string);

[C++]
    void CreateEntry(const std::string &Path);

[PHP]
    void CreateEntry(string $Path)

[Java]
    void createEntry(String Path);

Parameters

  • Path - path to the new entry

Description

    Use this method to create an empty entry in the Zip package.

See also:     CreateStream    

Discuss this help topic in SecureBlackbox Forum