IsoArchive.CreateDirectory

IsoArchive.CreateDirectory method

Adds a directory to the ISO image.

public IsoEntry CreateDirectory(string name)
ParameterTypeDescription
nameStringPath of the directory in the ISO.

Return Value

The ISO entry composed.

Exceptions

exceptioncondition
InvalidOperationExceptionThe archive is opened for extraction.
ArgumentNullExceptionname is null or empty.

See Also