This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.ISO.
Summary
Generates an ISO file from a given path.
- Assembly
- Cake
.ISO .dll - Namespace
- Cake
.ISO - Containing Type
- IsoCreator
Syntax
public void CreateIso(DirectoryPath inputDirectoryPath, FilePath outputFilePath, string volumeIdentifier)
Parameters
Name | Type | Description |
---|---|---|
inputDirectoryPath | DirectoryPath | The input directory. |
outputFilePath | FilePath | The output file name. |
volumeIdentifier | string | The volume label. |
Return Value
Type | Description |
---|---|
void |