Table of Contents

Class MauiEdgePaths

Namespace
Qavren.Edge.Maui
Assembly
Qavren.Edge.Maui.dll

IEdgePaths over MAUI's FileSystem.

public sealed class MauiEdgePaths : IEdgePaths
Inheritance
MauiEdgePaths
Implements
Inherited Members

Remarks

The values are read on every access, never cached to settings: on iOS the sandbox path contains an application GUID segment that changes across clean builds and reinstalls, so a persisted absolute path is a guaranteed "the database disappeared after an update" bug.

Properties

Cache

Disposable storage. The OS may delete this at any time.

Data

Durable storage. Backed up by the platform where the platform backs anything up.