Re: [Ironruby-core] HOME and USERPROFILE aliasing under Windows

2008-07-03 Thread Jirapong
same problem reported at #20475. and i agree that HOME Env should handle by that class -Jirapong On Jul 2, 2008, at 5:31 AM, "John Lam (IRONRUBY)" <[EMAIL PROTECTED]> wrote: MRI currently expects the HOME environment variable to be set under Windows. Various operations involving ~ and Di

[Ironruby-core] HOME and USERPROFILE aliasing under Windows

2008-07-01 Thread John Lam (IRONRUBY)
MRI currently expects the HOME environment variable to be set under Windows. Various operations involving ~ and Dir will fail if HOME is not defined. However, HOME is rarely defined under Windows by default. Instead USERPROFILE is what normally represents HOME. IronRuby is considering aliasing H