Jump to content

FileUt: Difference between revisions

From EDM2
Created page with "Allows reading from and writing to the standard input, output, and error streams of a running process using an interface similar to Rexx’s standard I/O functions. ;Files * ..."
 
No edit summary
 
Line 3: Line 3:
;Files
;Files
* REXXFILE.DLL
* REXXFILE.DLL
==Functions==
* filelineout
* fileloadfuncs
* filedropfuncs
* fileopen
* fileclose
* filelines
* filecharin
* filelinein


==License==
==License==

Latest revision as of 03:22, 10 November 2020

Allows reading from and writing to the standard input, output, and error streams of a running process using an interface similar to Rexx’s standard I/O functions.

Files
  • REXXFILE.DLL

Functions

  • filelineout
  • fileloadfuncs
  • filedropfuncs
  • fileopen
  • fileclose
  • filelines
  • filecharin
  • filelinein

License

  • Author: Patrick TJ McPhee

Links