You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Windows/VirtualDrive/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,13 @@
12
12
<li>NTFS file system.</li>
13
13
</ul>
14
14
<h2class="heading-link"id="nav_configuringthesample">Configuring the Sample<aclass="list-link d-inline"href="https://www.userfilesystem.com/examples/virtual_file_system/#nav_configuringthesample"></a></h2>
15
-
<p>By default, the sample will use the <spanclass="code">\RemoteStorage\</span> folder, located under the project root, to simulate the remote storage file structure. It will mount the user file system under the <spanclass="code">%USERPROFILE%\VFS\</span> folder (typically <spanclass="code">C:\Users\<username>\VirtualDrive\</span>).</p>
16
-
<p>To specify the folder that will be used for remote storage simulation edit the <spanclass="code">"RemoteStorageRootPath"</span> parameter in <spanclass="code">appsettings.json</span>. This could be either an absolute path or a path relative to the application root.</p>
17
-
<p>To specify the user file system folder edit the <spanclass="code">"UserFileSystemRootPath"</span> parameter in <spanclass="code">appsettings.json</span>.</p>
15
+
<p>By default, the sample will use the <codeclass="code">\RemoteStorage\</code> folder, located under the project root, to simulate the remote storage file structure. It will mount the user file system under the <codeclass="code">%USERPROFILE%\VFS\</code> folder (typically <codeclass="code">C:\Users\<username>\VirtualDrive\</code>).</p>
16
+
<p>To specify the folder that will be used for remote storage simulation edit the <codeclass="code">"RemoteStorageRootPath"</code> parameter in <codeclass="code">appsettings.json</code>. This could be either an absolute path or a path relative to the application root.</p>
17
+
<p>To specify the user file system folder edit the <codeclass="code">"UserFileSystemRootPath"</code> parameter in <codeclass="code">appsettings.json</code>.</p>
18
18
<h2class="heading-link"id="nav_settingthelicense">Setting the License<aclass="list-link d-inline"href="https://www.userfilesystem.com/examples/virtual_file_system/#nav_settingthelicense"></a></h2>
19
-
<p>To run the example, you will need a valid IT Hit User File System Engine for .NET License. You can download the license in the <atitle="IT Hit User File System for .NET Download"href="https://www.userfilesystem.com/download/">product download area</a>. Note that the Engine is fully functional with a trial license and does not have any limitations. The trial license is valid for one month and the engine will stop working after this. You can check the expiration date inside the license file. Download the license file and specify its content in the <spanclass="code">UserFileSystemLicense</span> field in <spanclass="code">appsettings.json</span> file. Set the license content directly as a value (NOT as a path to the license file). Do not forget to escape quotes: \":</p>
19
+
<p>To run the example, you will need a valid IT Hit User File System Engine for .NET License. You can download the license in the <atitle="IT Hit User File System for .NET Download"href="https://www.userfilesystem.com/download/">product download area</a>. Note that the Engine is fully functional with a trial license and does not have any limitations. The trial license is valid for one month and the engine will stop working after this. You can check the expiration date inside the license file. Download the license file and specify its content in the <codeclass="code">UserFileSystemLicense</code> field in <codeclass="code">appsettings.json</code> file. Set the license content directly as a value (NOT as a path to the license file). Do not forget to escape quotes: \":</p>
<p>You can also run the sample without explicitly specifying a license for 5 days. In this case, the Engine will automatically request the trial license from the IT Hit website https://www.userfilesystem.com. Make sure it is accessible via firewalls if any. After 5 days the Engine will stop working. To extend the trial period you will need to download a license in a <atitle="IT Hit User File System for .NET Download"href="https://www.userfilesystem.com/download/">product download area</a> and specify it in <spanclass="code">appsettings.json</span></p>
21
+
<p>You can also run the sample without explicitly specifying a license for 5 days. In this case, the Engine will automatically request the trial license from the IT Hit website https://www.userfilesystem.com. Make sure it is accessible via firewalls if any. After 5 days the Engine will stop working. To extend the trial period you will need to download a license in a <atitle="IT Hit User File System for .NET Download"href="https://www.userfilesystem.com/download/">product download area</a> and specify it in <codeclass="code">appsettings.json</code></p>
22
22
<h2class="heading-link"id="nav_runningthesample">Running the Sample<aclass="list-link d-inline"href="https://www.userfilesystem.com/examples/virtual_file_system/#nav_runningthesample"></a></h2>
23
23
<p>To run the sample open the project in Visual Studio and run the project in debug mode. When starting in the debug mode, it will automatically create a folder in which the virtual file system will reside, register the virtual drive with the platform and then open two instances of Windows File Manager, one of which will show a virtual drive and another a folder simulating remote storage. </p>
24
24
<p>You can find more about running and stopping the sample as well as about basic synchronization features in the <atitle="Virtual File System Sample for Windows"href="https://www.userfilesystem.com/examples/virtual_file_system/">Virtual File System</a> sample description. </p>
0 commit comments