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