############################################
File: ExtraIO.FPL
Author: Kjell Ericson/Daniel Stenberg
Email: FidoNet 2:201/328
Short description: a bunch of new I/O functions
Version: 1.2
Date: 29.8.94
Local settings:
Global settings:
Keysequence:
Type: hook
Prereq:
############################################

FUNCTION
  This file brings a number of new I/O functions to FrexxEd. They are

Name		Function
----		--------
Open()		Create a new buffer and load a file into that
SaveAs()	Rename and save the current buffer with the new name
BlockLoad()	Load a file into the current default block buffer
BlockSave()	Save the current default block buffer
SaveChanges()	Save the buffer if any changes have been done to it
SaveAll()	Save all buffers.
SaveAllChanges() Save all buffers that are changed.
Print()		Print the current buffer
BlockPrint()	Print the current block buffer

  Details regarding these functions are best found out by reading the source
file! More documentation will be written in the future regarding these
functions.

HISTORY
  1.1	Fixed the rename function to work even if the destination file
	doesn't exist! :P
