Routines for file/stream I/O
Closes an open file. |
|
Tests if at end of file stream. |
|
Flushes stream for open file(s). |
|
Gets a character from file stream. |
|
Gets current position of a file stream. |
|
Gets a string from an input stream. |
|
Opens a file. |
|
Formatted output to a file stream. |
|
Writes a character to a file stream. |
|
Writes a string to a file stream. |
|
Reads data from a file. |
|
Assigns new file spec to a file handle. |
|
Formatted input from a file stream. |
|
Sets file position for an open file stream. |
|
Sets position of a file stream. |
|
Gets the current value of the file position. |
|
Writes data to a file. |
|
Gets a character from file stream. |
|
Writes a character to a file stream. |
|
Deletes a file. |
|
Renames a file. |
|
Resets file position to beginning of file. |
|
Creates a temporary binary file. |
|
Gets a temporary file name. |
|
Pushes character back to input stream. |
|
Formatted output to a file stream using variable args. |
|
Formatted input from a file stream using variable args. |
copyfile.jsh - copying files
fileobj.jsh - File objects