[R] Problem with dir.create in windows servers

2008-09-10 Thread Francisco Jose Sastre
Hello. I've being having problems to create directories in a windows server environment . It seems that the recursive argument is not working properly on the intranet, as it does in a local path. For example: dir.create(server/directory1/directory2) , this works fine, and creates the

Re: [R] Problem with dir.create in windows servers

2008-09-10 Thread Henrik Bengtsson
This sounds vaguely familiar to me. This could be reason for why I wrote mkdirs() of the R.utils package. mkdirs() does it's own (manual) recursive creation of directories. See if that does it for you. /Henrik On Wed, Sep 3, 2008 at 1:14 AM, Francisco Jose Sastre [EMAIL PROTECTED] wrote:

[R] Problem with dir.create in windows servers

2008-09-03 Thread Francisco Jose Sastre
Hello. I've being having problems to create directories in a windows server environment . It seems that the recursive argument is not working properly on the intranet, as it does in a local path. For example: dir.create(server/directory1/directory2) , this works fine, and creates the