UserFileSystemSamples icon indicating copy to clipboard operation
UserFileSystemSamples copied to clipboard

IT Hit User File System Engine samples in .NET/C#. Samples implement Virtual File System for Windows and Mac with synchronization support, on-demand loading, offline files, and Windows File Manager in...

Results 6 UserFileSystemSamples issues
Sort by recently updated
recently updated
newest added

Hi, we were using UserFileSystem version 4 and now we've upgraded it to version 5. With v4 we used to call Dehydrate method, but with v5 it seems not to...

Hello, we’re trying to implement a virtual file system without certificate and sparse package manifest. Syncronization of files and folders works fine. We are not able to implement thumbnails and...

Please I would like the .GetFolderAsync method to accept cancellation token. ![Imagen2](https://user-images.githubusercontent.com/91392602/166574468-b7e65394-4c7f-476a-bc31-491d6b7139fd.png)

Sometimes an exception is thrown when creating a new file, saying "Failed to set remote storage item id" or ""The process cannot access the file because it is being used...

Please could you update the example shown in https://www.webdavsystem.com/client/programming/connecting/ ??

Hi, I encountered an issue while running the code to register a sync root using `StorageProviderSyncRootManager.Register(storageInfo);` in Registrar.cs line 336. The exception thrown is: `System.Exception: 'The file is not a...