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