This example illustrates how to retrieve flag attributes of a file.
local integer tfid
local string flags
tfid = DBOpen( GetPCIHOME() + "/demo/irvine.pix", "r")
flags = FDFlags(tfid)
Print flags
Call DBClose(tfid)
WRITE DKIO STDIO SHARE GDB
© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.