×

Make Disk Image

macOS 12 +

Notes

Create's a disk image with the given parameters.

Syntax

makeDiskImage(files: <#Variable (Optional)#>, name: <#String (Allows Variables)#>, encrypt: <#Boolean (Optional)#>, sizetofit: <#Boolean (Optional)#>, size: <#Measurement Quantity (Optional)#>)

Example

makeDiskImage(files: Ask, name: "New Volume", encrypt: true, sizetofit: false, size: 16 GB)