IsoArchive.CreateDirectory

IsoArchive.CreateDirectory method

Adds a directory to the ISO image.

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

See Also