Update from Windows XP to Windows 10 locations

Removed Windows XP file locations and replaced with file locations using in everything after XP (Windows 7-10).
This commit is contained in:
dbolton 2019-05-17 16:12:44 -05:00 committed by GitHub
parent 863067a18b
commit 4e09c32f8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,8 +59,8 @@
a real path.
</p>
<p>
An example of a configuration path in Window (from XP) would be:
<code>C:\Documents and Settings\&lt;User&gt;\Application Data\Local Settings\Ardour5\</code>
An example of a configuration path in Window 10 would be:
<code>C:\&lt;User&gt;\AppData\Local\Ardour5\</code>
The user in the path would be the user's account name.
</p>
<p class="note">
@ -146,8 +146,8 @@
</p>
<h4>LV2</h4>
<p>
The LV2 standard for Windows is <code>%APPDATA%/LV2/</code> or
<code>%COMMONPROGRAMFILES%/LV2/</code>
The LV2 standard for Windows is <code>%APPDATA%/LV2/</code> (On Windows 10: <code>C:\&lt;User&gt;\AppData\Roaming\LV2\</code>)<or
<code>%COMMONPROGRAMFILES%/LV2/</code> (On Windows 10: <code>C:\Program Files\LV2\</code>).
</p>
<h2>Project Directory</h2>