From: Nikolai Weibull Date: 2012-08-07T20:26:25+09:00 Subject: [ruby-core:47051] Re: [ruby-trunk - Bug #6836] Improve File.expand_path performance in Windows On Tue, Aug 7, 2012 at 2:34 AM, U.Nakamura wrote: > However, it is very difficult to write safe code because there > are too many traps in the file system of Windows. > It's impossible for non-Windows programmers in particular. > For instance, your WEBrick patch calls Win32 API with DL, > but Unix programmers will not know Win32 API. > Therefore, we made decision of pushing all the troubles in > File.expand_path. > We expected to help to write safe code in almost all cases. Having File.real_path instead would be nice.