Creates new empty directory within the specified ZIP archive.

Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

Visual Basic
Public Shared Sub CreateDirectory ( _
	zipFilePath As String, _
	archiveDirectoryPath As String _
)
C#
public static void CreateDirectory(
	string zipFilePath,
	string archiveDirectoryPath
)

Parameters

zipFilePath
Type: System..::..String
Path to a ZIP archive file.
archiveDirectoryPath
Type: System..::..String
Path to a non-existing directory to be created.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also