From f15be6a690230ee49f17a1e14c9236d9e475329a Mon Sep 17 00:00:00 2001 From: Terry Moore Date: Sat, 11 Mar 2017 14:46:55 -0500 Subject: [PATCH] Correct path to preferences file for Windows The path to `preferences.txt` was incorrect for Windows. I did not update the HISTORY for this change, as this is just correcting a typo. The path as given is right for Windows 7 and later; I think it is right for Vista, wrong for XP, but do not have systems for testing. --- build/shared/manpage.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/shared/manpage.adoc b/build/shared/manpage.adoc index a7564ce5ed0..7c7bcc0b9dd 100644 --- a/build/shared/manpage.adoc +++ b/build/shared/manpage.adoc @@ -212,7 +212,9 @@ EXIT STATUS FILES ----- -*~/.arduino15/preferences.txt*:: + +*~/AppData/Local/Arduino15/preferences.txt* (Windows):: +*~/.arduino15/preferences.txt* (Mac OS X and Linux):: This file stores the preferences used for the IDE, building and uploading sketches.