UtilDirectoryCreateIsoFromDirectory Method

Creates an ISO file from the specified directory.

Definition

Namespace: DevCase.Core.IO.FileSystem
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public void CreateIsoFromDirectory(
	DirectoryInfo directory,
	FileInfo outputFile,
	FsiFileSystems isoFormat
)

Parameters

directory  DirectoryInfo
The directory to add to the ISO file.
outputFile  FileInfo
The destination path for the ISO file.
isoFormat  FsiFileSystems
FsiFileSystems flags that specifies the ISO format.

Example

This is a code example.
C#
No code example is currently available or this language may not be supported.

See Also