Platforms to show: All Mac Windows Linux Cross-Platform

FAQ.How to launch disc utility?

Answer: You can use this code:
Example
dim f as FolderItem = LaunchServicesFindApplicationForInfoMBS("","com.apple.DiskUtility","")

if f<>Nil then
f.Launch
end if

This works even if people renamed the disc utility or moved it to another folder.


The biggest plugin in space...