Get Supported File System
-
There are, but the methods are OS dependant. With Linux for example, just read /proc/filesystems. Windows has native build-in file systems and support others by drivers.
-
There are, but the methods are OS dependant. With Linux for example, just read /proc/filesystems. Windows has native build-in file systems and support others by drivers.
-
The four main file systems supported by Windows are NTFS, exFAT, UDF, and FAT32. Additional file systems can be installed using IFS (Installable File System) drivers. The API you are looking for is the SetupAPI | Microsoft Docs[^]. It provides functions to enumerate installed drivers of specific types. But I have not used it for file systems so far and can't tell you therefore the GUID(s) to be used (the enumeration is basically identical for all device types).