This example illustrates how to return the name of a file from a known and valid file handle.
local int fd
local string filename
fd = DBOpen( GetPCIHOME() + "/demo/irvine.pix", "r" )
filename = FDFileName( fd )
print filename
call DBClose(fd)
C:\pci\demo\irvine.pix
© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.