IsoArchive.CreateDirectory
IsoArchive.CreateDirectory method
Adds a directory to the ISO image.
public IsoEntry CreateDirectory(string name)
| Parameter | Type | Description |
|---|---|---|
| name | String | Path of the directory in the ISO. |
Return Value
The ISO entry composed.
Exceptions
| exception | condition |
|---|---|
| InvalidOperationException | The archive is opened for extraction. |
| ArgumentNullException | name is null or empty. |
| ObjectDisposedException | Archive has been disposed and cannot be used. |
See Also
- class IsoEntry
- class IsoArchive
- namespace Aspose.Zip.Iso
- assembly Aspose.Zip