search for: do_filelink

Displaying 1 result from an estimated 1 matches for "do_filelink".

2012 Dec 08
2
file.link on Windows 7
...ody else? I didn't find anything in my searches. Oliver ---------------------------------------------------------------- The above code runs with no problems on Ubuntu 12.04/ R 2.15.2, file.link returns TRUE. I've checked the sources and .Internal calls "file.link", executing do_filelink(). The segment in file src/main/platform.c seems right, not mistaking argument 'from' for 'to': #ifdef Win32 wchar_t *from, *to; from = filenameToWchar(STRING_ELT(f1, i%n1), TRUE); to = filenameToWchar(STRING_ELT(f2, i%n2), TRUE); LOGICAL(ans)[...