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.Exception | Description |
---|---|
System.ArgumentException | entryName is System.String.Empty |
System.ArgumentNullException | entryName is null./> |
System.NotSupportedException | The zip archive does not support writing. |
System.ObjectDisposedException | The zip archive has been disposed. |
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