Re: [Rd] Recursive dir.create() on Windows shares

2016-09-27 Thread Evan Cortens
One more comment on this. In Python, there is a function, os.path.splitdrive(), that performs path splitting in the same way my patch does. Here's a quote from the Python docs: "If the path contains a UNC path, drive will contain the host name and share, up to but not including the fourth separato

Re: [Rd] Recursive dir.create() on Windows shares

2016-09-26 Thread Duncan Murdoch
On 26/09/2016 5:27 PM, Evan Cortens wrote: Hi folks, I've noticed that there's an issue with the recursive creation of directories that reside on network shares. For example: dir.create('SERVERNAME\\Empl\\Home1\\active\\e\\ecortens\\thisisatest', recursive = TRUE) Warning message: In dir