[prev] [index] [next]

File Data/Operations (cont)

Standard operations on files:
  • open ... get access to a file to use it
  • read ... read data from an open file
  • write ... write data to an open file
  • close ... stop using a file
Other common operations (in Unix):
  • tell ... get location within a file
  • seek ... move to location within a file