We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Add FileInformation and StorageInformation classes with Unix and Windows storage info structs - Introduced FileInformation class for detailed file analysis including type, MIME type, and content-based identification. - Created StorageInformation class as an abstract base for accessing platform-specific file metadata. - Implemented UnixStorageInfo and WindowsStorageInfo structs for detailed file information on Unix and Windows systems respectively. - Added comprehensive property and method documentation for all new classes and structs. - Included examples demonstrating usage of the new classes and structs for file analysis and metadata retrieval.