|
Copyright ® (1999-2008) EDMGROUP Pty Ltd - EZY Prolog Reference |
[This is preliminary specification and subject to change.]
Group
Type
determ
Syntax
openappend( FILE SymbolicName, STRING OSFileName)
Flow patterns
(i,i)
Description:
Open a file for appending
Remarks
The openappend opens the disk file OSFileName for appending. It also attaches SymbolicName to the opened file for future reference within the program that contains the call to openappend.
Sample:
No sample