]> Shamusworld >> Repos - ardour-manual/commitdiff
Update from Windows XP to Windows 10 locations
authordbolton <davidkbolton@gmail.com>
Fri, 17 May 2019 21:12:44 +0000 (16:12 -0500)
committerGitHub <noreply@github.com>
Fri, 17 May 2019 21:12:44 +0000 (16:12 -0500)
Removed Windows XP file locations and replaced with file locations using in everything after XP (Windows 7-10).

include/files-and-directories-ardour-knows-about.html

index 3dd0c639bc2da685f540345d9b11feb328785c37..57bb722a90e698237b96901ae50fab2fc380d735 100644 (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">
 </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>