ZipArchiveFileSystem.WriteFile

ZipArchiveFileSystem.WriteFile method

Open file for writing, not implemented in this class.

public override Stream WriteFile(string fileName, IOConfig options)
ParameterTypeDescription
fileNameString
optionsIOConfig

Return Value

No return, this is a read-only file system.

Exceptions

exceptioncondition
NotImplementedExceptionThis method is not implemented.

See Also