X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=System%2FDirectory.hs;h=0989986b5fe90048f0f314c0bcfddde132051783;hb=5cb296ddc74173237af7d6f813211a9b0ecc7d16;hp=b9dcbfad9a8b3ac05a0d76d4863541e575b9c602;hpb=8fbc1997264235e4e6d32ba1ac19099eadedb227;p=haskell-directory.git diff --git a/System/Directory.hs b/System/Directory.hs index b9dcbfa..0989986 100644 --- a/System/Directory.hs +++ b/System/Directory.hs @@ -881,10 +881,17 @@ environment variable or \"\/tmp\" if the variable isn\'t defined. On Windows, the function checks for the existence of environment variables in the following order and uses the first path found: -* TMP environment variable. -* TEMP environment variable. -* USERPROFILE environment variable. -* The Windows directory +* +TMP environment variable. + +* +TEMP environment variable. + +* +USERPROFILE environment variable. + +* +The Windows directory The operation may fail with: