Yup, that seems to work as expected.

julia> ENV["HOMEDRIVE"]
"C:"

julia> ENV["HOMEPATH"]
"\\Users\\Tomas Lycken"

julia> homedir()
"C:\\Users\\Tomas Lycken"

A .juliarc in that directory still isn’t run, though.

// T

On Thursday, October 15, 2015 at 3:28:08 PM UTC+2, Tony Kelman wrote:

Are HOMEDRIVE and HOMEPATH set? The homedir() function should be falling 
> back to the concatenation of those on windows.
>
​

Reply via email to