Constructor DeviceFileSystem
Namespace: Belay.Sync
Assembly: Belay.Sync.dll
DeviceFileSystem(Device, ILogger<DeviceFileSystem>?)
Initializes a new instance of the class.
csharp
public DeviceFileSystem(Device device, ILogger<DeviceFileSystem>? logger = null)Parameters
device Device
The device to perform file system operations on.
logger ILogger<DeviceFileSystem>?
Optional logger for diagnostic information.