FDFlags

Demonstrates how to retrieve information on file attributes.

Remarks

This example illustrates how to retrieve flag attributes of a file.

Code

 local integer tfid 
 local string flags 

 tfid = DBOpen( GetPCIHOME() + "/demo/irvine.pix", "r")

 flags = FDFlags(tfid)

 Print flags

 Call DBClose(tfid)

Output

WRITE DKIO STDIO SHARE GDB 

© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.