Namespace Belay.Sync
Classes
Extension methods to add file system support to Device instances. This approach avoids circular dependencies between Belay.Core and Belay.Sync.
Represents information about a file or directory on the device.
Implements file system operations for MicroPython/CircuitPython devices.
Provides utilities for handling device file paths in a cross-platform manner. MicroPython/CircuitPython devices use Unix-style paths regardless of the host OS.
Interfaces
Provides an abstraction for file system operations on MicroPython/CircuitPython devices.