Chapter 2. Using the Windows File System and Character I/O
The file system and simple terminal I/O are often the first OS features that the developer encounters on any system. Early PC OSs such as MS-DOS did little more than manage files and terminal (or console) I/O, and these resources are also central features of nearly every OS.Chapter 1 introduced the four essential sequential file processing functions:
CreateFile | WriteFile |
ReadFile | CloseHandle |
