Skip to content
Prev 268317 / 398502 Next

UNC windows path beginning with backslashes: normalizePath bug??

This is extremely tricky since Windows does not always accept "//" 
rather than "\\". Additionally, there is not implemented system call in 
Windows, hence ?Sys.glob tells us a "partial emulation" is provided and 
"An attempt is made to handle UNC paths starting with a double backslash."

As you have seenm this does not work everywhere, therefore it is 
advisable to run R from mapped drives - as I am doing in the network of 
our university for 13 years without problems now.

Best,
Uwe Ligges
On 11.08.2011 18:29, Keith Jewell wrote: