-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eb231de
commit 5e2c6d1
Showing
30 changed files
with
113 additions
and
605 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1 @@ | ||
|
||
<h1>User-mode File System Examples for Windows and macOS in .NET/C#</h1> | ||
<div class="description"></div> | ||
<ul class="list"> | ||
<li> | ||
<a class="link-header" href="https://github.com/ITHit/UserFileSystemSamples/tree/master/Windows/VirtualFileSystem"> | ||
<h2>Virtual File System Sample in .NET, C#</h2> | ||
</a> | ||
|
||
<a href="https://github.com/ITHit/UserFileSystemSamples/tree/master/Windows/VirtualFileSystem"> | ||
<p> | ||
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> | ||
</p> | ||
</a> | ||
</li> | ||
<li> | ||
<a class="link-header" href="https://github.com/ITHit/UserFileSystemSamples/tree/master/macOS"> | ||
<h2>Virtual File System Sample for Mac in .NET, C#</h2> | ||
</a> | ||
|
||
<a href="https://github.com/ITHit/UserFileSystemSamples/tree/master/macOS"> | ||
<p> | ||
This sample implements a virtual file system for Mac with synchronization support and folders on-demand listing. It synchronizes files and folders both from remote storage to the user file system and from the user file system to remote storage. This <span>...</span> | ||
</p> | ||
</a> | ||
</li> | ||
<li> | ||
<a class="link-header" href="https://github.com/ITHit/UserFileSystemSamples/tree/master/Windows/VirtualDrive/"> | ||
<h2>Virtual Drive Sample in .NET, C#</h2> | ||
</a> | ||
|
||
<a href="https://github.com/ITHit/UserFileSystemSamples/tree/master/Windows/VirtualDrive/"> | ||
<p> | ||
This is a virtual drive implementation with thumbnail support, Microsoft Office and AutoCAD documents editing support, and automatic Microsoft Office/AutoCAD documents locking. It also demonstrates custom column support in Windows File Manager. To si <span>...</span> | ||
</p> | ||
</a> | ||
</li> | ||
<li> | ||
<a class="link-header" href="https://github.com/ITHit/UserFileSystemSamples/tree/master/Windows/WebDAVDrive/"> | ||
<h2>WebDAV Drive Sample in .NET, C#</h2> | ||
</a> | ||
|
||
<a href="https://github.com/ITHit/UserFileSystemSamples/tree/master/Windows/WebDAVDrive/"> | ||
<p> | ||
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> | ||
</p> | ||
</a> | ||
</li> | ||
</ul> | ||
|
||
�� |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
186 changes: 0 additions & 186 deletions
186
Windows/Common/VirtualDrive/FullSync/FullSyncService.cs
This file was deleted.
Oops, something went wrong.
File renamed without changes.
Oops, something went wrong.