|
3 | 3 | <div class="description"></div> |
4 | 4 | <ul class="list"> |
5 | 5 | <li> |
6 | | -<a class="link-header" href="https://github.com/ITHit/UserFileSystemSamples/tree/master/VirtualFileSystem"> |
| 6 | +<a class="link-header" href="https://github.com/ITHit/UserFileSystemSamples/tree/master/Windows/VirtualFileSystem"> |
7 | 7 | <h2>Virtual File System Sample in .NET, C#</h2> |
8 | 8 | </a> |
9 | 9 |
|
10 | | -<a href="https://github.com/ITHit/UserFileSystemSamples/tree/master/VirtualFileSystem"> |
| 10 | +<a href="https://github.com/ITHit/UserFileSystemSamples/tree/master/Windows/VirtualFileSystem"> |
11 | 11 | <p> |
12 | 12 | This sample implements a virtual file system with synchronization support, on-demand loading, selective offline files support, upload and download progress, and error reporting. It synchronizes files and folders both from remote storage to the user f <span>...</span> |
13 | 13 | </p> |
14 | 14 | </a> |
15 | 15 | </li> |
16 | 16 | <li> |
17 | | -<a class="link-header" href="https://github.com/ITHit/UserFileSystemSamples/tree/master/VirtualFileSystemMac"> |
| 17 | +<a class="link-header" href="https://github.com/ITHit/UserFileSystemSamples/tree/master/macOS"> |
18 | 18 | <h2>Virtual File System Sample for Mac in .NET, C#</h2> |
19 | 19 | </a> |
20 | 20 |
|
21 | | -<a href="https://github.com/ITHit/UserFileSystemSamples/tree/master/VirtualFileSystemMac"> |
| 21 | +<a href="https://github.com/ITHit/UserFileSystemSamples/tree/master/macOS"> |
22 | 22 | <p> |
23 | 23 | This sample implements a virtual file system for Mac with synchronization support and folders on-demand listing. It synchronizes files and folders from remote storage to the user file system. This sample is written in Xamarin, .NET/C#. To simulate th <span>...</span> |
24 | 24 | </p> |
25 | 25 | </a> |
26 | 26 | </li> |
27 | 27 | <li> |
28 | | -<a class="link-header" href="https://github.com/ITHit/UserFileSystemSamples/tree/master/WebDAVDrive"> |
| 28 | +<a class="link-header" href="https://github.com/ITHit/UserFileSystemSamples/tree/master/Windows/WebDAVDrive/WebDAVDrive"> |
29 | 29 | <h2>WebDAV Drive Sample in .NET, C#</h2> |
30 | 30 | </a> |
31 | 31 |
|
32 | | -<a href="https://github.com/ITHit/UserFileSystemSamples/tree/master/WebDAVDrive"> |
| 32 | +<a href="https://github.com/ITHit/UserFileSystemSamples/tree/master/Windows/WebDAVDrive/WebDAVDrive"> |
33 | 33 | <p> |
34 | 34 | This sample implements a virtual file system that displays documents from a WebDAV server. You can edit documents, upload and download documents as well as manage folders structure using Windows File Manager. This sample provides automatic documents <span>...</span> |
35 | 35 | </p> |
|
0 commit comments