Skip to content

Method FileSystem

Namespace: Belay.Sync
Assembly: Belay.Sync.dll

FileSystem(Device)

Gets a DeviceFileSystem instance for the specified device with lazy initialization. This is the recommended approach for performance-sensitive scenarios.

csharp
public static DeviceFileSystem FileSystem(this Device device)

Parameters

device Device

The device to get file system support for.

Returns

DeviceFileSystem

A DeviceFileSystem instance for the device.

Released under the Apache License 2.0.