Class | Description |
---|---|
CloseFileFunction |
Closes a file designed by its ID.
Usage: ID closeFile |
ExistFunction |
Check if a given file exists on HD.
Usage: file exists |
FileManager |
Manages the files for the whole IO package.
|
FileSizeFunction |
Returns the size of a given file.
Usage: file fileSize |
InputLineFunction |
Inputs a line.
Usage: inputLine |
IsAvailableFunction |
Checks if a specified file is still available.
Usage: ID isFileAvailable |
LineSeparatorFunction |
As each OS has a different line separator (\n, \r\n, etc...), this function
puts the OS one on the stack.
Usage: lineSeparator |
OpenInputFunction |
Opens a file from the HD.
|
OpenOutputFunction |
Opens a file from the HD to write in it.
|
PrintFunction |
Prints a string
Usage: string print |
PrintlnFunction |
Prints a string, adding a line feed at the end.
Usage: string println |
ReadFunction |
Reads from an opened file, designed by its ID.
Usage: ID read |
ReadLineFunction |
Reads a line from an opened file, designed by its ID.
Usage: ID readLine |
WriteFunction |
Writes a string to a file, designed by its ID.
Usage: string ID write |
WriteLineFunction |
Writes a line to a file, designed by its ID.
Usage: string ID writeLine |
Copyright ? 2002 Romain Guy.