BenSelect Documentation
CreateEntry(String) Method
See Also  Send Feedback
Selerix.Foundation Namespace > IZipArchive Interface > CreateEntry Method : CreateEntry(String) Method
entryName
A path, relative to the root of the archive, that specifies the name of the entry to be created.
Creates an empty entry that has the specified path and entry name in the zip archive.

Syntax

JScript 
function CreateEntry( 
   entryName : String
) : IZipArchiveEntry;

Parameters

entryName
A path, relative to the root of the archive, that specifies the name of the entry to be created.

Return Value

An empty entry in the zip archive.

Exceptions

ExceptionDescription
System.ArgumentExceptionentryName is System.String.Empty
System.ArgumentNullExceptionentryName is null./>
System.NotSupportedException The zip archive does not support writing.
System.ObjectDisposedException The zip archive has been disposed.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2024 All Rights Reserved.