IMcStreamDuplicate Method |
![]() |
Namespace: MediaCy.IQL.IO
' This code snippet duplicates an open file Images.Open "c:\cells.tif" ' this is the source ThisApplication.ActiveImage.Duplicate "c:\cells_copy.tif" ' this is the destination ' This code snippet duplicates a file without opening it Images.File.FileName = "c:\cells.tif" ' this is the source Images.File.Duplicate "c:\cells_copy.tif" ' this is the destination