Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Applications must use the GN_Opf call.

OP_MEM copies a memory area to a file accessed by IX handle. This feature is used by DC_Icl when a string is specified at BHL. 

Related calls

GN_Cl, close file
GN_Del, delete a file from memory
GN_Opf, open file/resource (wildcard search)
GN_Ren, rename file
OS_Cl, internal close (OZ usage)
OS_Del, file delete (internal OZ usage)
OS_Frm, file read miscellaneous
OS_Fwm, file write miscellaneous
OS_Gb, get byte from file (or device)
OS_Gbt, get byte from file (or device) with timeout
OS_Mv, move bytes between stream and memory
OS_Pb, write byte to file, device
OS_Pbt, write byte to file, device with timeout
OS_Ren, file rename (internal OZ usage)

...