In this example, CopyFile() is used to copy the irvine.pix file to the current directory.
local string filename
! Delete previous irvine.pix file if there is one.
Delete "irvine.pix" noerror
filename = GetPCIHOME() + "/demo/irvine.pix"
Call CopyFile(filename, "irvine.pix")
A new file irvine.pix now exists.
© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.