Click or drag to resize

ArchiveCreatorInstruction Constructor (String, FileInfo)

Creates an instruction.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public ArchiveCreatorInstruction(
	string archiveRelativeFolderPath,
	FileInfo file
)

Parameters

archiveRelativeFolderPath
Type: SystemString
Target relative path in the archive.
file
Type: System.IOFileInfo
Source file.
See Also