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
A DeviceFileSystem instance for the device.