Important: The information in this document is obsolete and should not be used for new development.
Reading, Writing, and Closing Files
You can use the functionsFSRead
,FSWrite
, andFSClose
to read data from a
file, write data to a file, and close an open file. All three of these functions operate
on open files. You can use any one of a variety of routines to open a file (for example,FSpOpenDF
).
Subtopics
- FSRead
- FSWrite
- FSClose