Skip to content
Prev 30282 / 63421 Next

normalizePath bug (PR#13199)

On 10/23/2008 1:59 PM, Joseph Haykov wrote:
That's a likely cause.  2.7.0 changed the method of normalizing the 
path, and it now relies on Windows API calls to do it.  However, up to 
2.8.0 it wasn't checking for an error return from those.  I've fixed 
that now, so your string now gives me

 > 
normalizePath("C:\\DOCUME~1\\JOSEPH~1\\LOCALS~1\\Temp\\RtmpolZ4Vy\\file72ae2cd6.txt")
Error in normalizePath(path) : Unable to normalize element 1

The Windows docs don't list all possible reasons for an error return, so 
I'm not sure that's what you saw, but it does seem likely.  Please do 
let me know if creating the file is not sufficient to get it to work for 
you.

Duncan Murdoch