|
About File Systems
Depending on the configuration of a computer, a Win32-based application may
have access to volumes managed by any of the following file systems:
- New Technology file system (NTFS)
- File allocation table (FAT) file system
- Protected-mode FAT file system
For example, applications that connect to network drives may encounter file
systems that range from FAT to NTFS. Because different volumes may be managed by
different file systems, it is important to understand the differences between
file systems and to prepare applications to work effectively with all available
file systems. The following sections describe these differences and present
guidelines for handling them within applications.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|