Introduction
The ifile library provides file handling functionality including file loading, saving, auto-persistence, and file path management based on application information.
Key Features
- File Operations: Standard file loading and saving operations
- Auto-Persistence: Automatic document persistence on changes
- Path Management: Application-based file path resolution
- Archive Support: File-based archive reading and writing
- Device Archives: Serialization directly to/from QIODevice
Architecture
Key components:
Dependencies
- istd: Standard utilities and interfaces
- iser: Serialization framework
- icomp: Component framework
- ibase: Base components (application info)
See Also