UtilDirectoryCreateIsoFromDirectory Method
Creates an ISO file from the specified directory.
Namespace: DevCase.Core.IO.FileSystemAssembly: 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
)
Public Sub CreateIsoFromDirectory (
directory As DirectoryInfo,
outputFile As FileInfo,
isoFormat As FsiFileSystems
)
Dim instance As UtilDirectory
Dim directory As DirectoryInfo
Dim outputFile As FileInfo
Dim isoFormat As FsiFileSystems
instance.CreateIsoFromDirectory(directory,
outputFile, isoFormat)
public:
void CreateIsoFromDirectory(
DirectoryInfo^ directory,
FileInfo^ outputFile,
FsiFileSystems isoFormat
)
member CreateIsoFromDirectory :
directory : DirectoryInfo *
outputFile : FileInfo *
isoFormat : FsiFileSystems -> unit
No code example is currently available or this language may not be supported.
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.
This is a code example.
No code example is currently available or this language may not be supported.
CreateIsoFromDirectory(New DirectoryInfo("C:\Test"), New FileInfo("C:\Test.iso"),
FsiFileSystems.FsiFileSystemISO9660 Or FsiFileSystems.FsiFileSystemJoliet)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.