Displaying 2 results from an estimated 2 matches for "directory3".
Did you mean:
directory
2008 Sep 03
2
Problem with dir.create in windows servers
...tories 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 directory2, but
If we want to create the directory3 and another directory called
directory4 inside of it.
>dir.create("\\\\server/directory1/directory3/directory4", recursive=T)
fails, and don't create any directory. The ShowWarning doesn't show any
message.
Any help please.
Fran.
2005 May 12
1
Unnecessary directory listing.
...and remove deleted ones) with the file
server 192.168.20.200.
On the latter there is an rsync server running.
The problem is that since a couple of weeks ago, when running the
script, I get a full list of the directories and not just the changed
ones.
(example:
Directory1/ Directory2/
Directory1/ Directory3/
Directory1/ Directory4/
Directory1/ Directory5/Directory6/......
....and so on (hundreds of lines)
It is not actually updating any of the files since it scrolls past
very fast (whole process takes a few sec for about 4GB) and I only get
a few bytes sent and received.
The strange thing is that if...