Skip to content

History / Definition Class

Revisions

  • 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.

    @D-Naveenz D-Naveenz committed Jan 19, 2026