Edit

Share via


File system sample code

In almost all situations, developing a full file system for Windows isn't necessary. If you do decide to develop a new file system driver beyond the file systems available in Windows, see the following sample code:

  • FastFAT file system driver. This sample is a complete file system. It addresses issues such as storing data on disk, interacting with the cache manager, and handling various I/O operations such as file creation, deletion, and reading/writing data. It also demonstrates how to set information on a file and perform control operations on the file system.

  • CDFS driver. The CD-ROM file system driver is for removable media.