FileSystemProvider

Provides ReadOnly and ReadWrite interfaces for interacting with a filesystem through file operations and content reading/writing.

Types

Link copied to clipboard
interface ReadOnly<Path>

Provides operations for path serialization, structure navigation, and content reading in a read-only manner without modifying the filesystem.

Link copied to clipboard

This is the most comprehensive interface, offering complete filesystem operations including reading, writing, and path manipulation.