[commit: packages/directory] master: Docs: Windows doesn't use 'Documents and Settings' anymore (b21df6d)
git at git.haskell.org
git at git.haskell.org
Fri Dec 18 09:50:20 UTC 2015
Repository : ssh://git@git.haskell.org/directory
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/b21df6d4f4cc82c7d1f21f6bbeb00fe339f71e71/directory
>---------------------------------------------------------------
commit b21df6d4f4cc82c7d1f21f6bbeb00fe339f71e71
Author: Phil Ruffwind <rf at rufflewind.com>
Date: Fri Apr 24 01:15:42 2015 -0400
Docs: Windows doesn't use 'Documents and Settings' anymore
>---------------------------------------------------------------
b21df6d4f4cc82c7d1f21f6bbeb00fe339f71e71
System/Directory.hs | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/System/Directory.hs b/System/Directory.hs
index be8379d..d49d909 100644
--- a/System/Directory.hs
+++ b/System/Directory.hs
@@ -1142,8 +1142,7 @@ instead.
On Unix, 'getHomeDirectory' returns the value of the @HOME@
environment variable. On Windows, the system is queried for a
-suitable path; a typical path might be
- at C:\/Documents And Settings\/user at .
+suitable path; a typical path might be @C:\/Users\//\<user\>/@.
The operation may fail with:
@@ -1184,9 +1183,7 @@ first. It is expected that the parent directory exists and is
writable.
On Unix, this function returns @$HOME\/.appName at . On Windows, a
-typical path might be
-
-> C:/Users/user/AppData/Roaming/appName
+typical path might be @C:\/Users\//\<user\>/\/AppData\/Roaming\//\<app\>/@
The operation may fail with:
@@ -1217,8 +1214,7 @@ instead.
On Unix, 'getUserDocumentsDirectory' returns the value of the @HOME@
environment variable. On Windows, the system is queried for a
-suitable path; a typical path might be
- at C:\/Documents And Settings\/user\/My Documents at .
+suitable path; a typical path might be @C:\/Users\//\<user\>/\/Documents at .
The operation may fail with:
More information about the ghc-commits
mailing list