⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module file_assoc

Module file_assoc 

Source
Expand description

File Associations

Manages the mapping from file extensions and MIME types to default applications. Supports registering multiple alternative applications per type and selecting a default.

Structs§

AssociationRegistry
Registry of file associations, keyed by extension and MIME type.
FileAssociation
A single file association entry.
OpenWithDialog
Model for an “Open With” dialog, presenting available apps for a file type.