DKClose()

  DKOpen and DKClose

Description

DKClose() is used to terminate access to a binary file opened with DKOpen().

Call Signature

void DKClose ( int/string filespec )

Return Value

void

This has no return value.

Argument

int/string filespec:

This can either be the handle returned by DBOpen(), or the name of an open file.

Remarks

Calling DKClose on a file opened with DKOpen forces all the output to be flushed to the file on disk.

See also

Binary file functions

DKOpen()

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