No problem for me (Version 2.2.0 (2005-10-06 r35749), WinXPPro SP2):
> setwd("q:/")
> print(dir.create("q:/Andy/what/is/this", recursive=TRUE))
[1] TRUE
> setwd("c:/")
> print(dir.create("q:/Andy/what/is/that/thing", recursive=TRUE))
[1] TRUE
Andy
From: hadley wickham
>
> I've run into a problem with dir.create on R2.2.0 Windows XP
> 2002 SP 2.
>
> setwd("d:/")
> print(dir.create("d:\\otis-sim\\rdata", recursive=T))
> print(dir.create("d:\\otis-sim\\", recursive=T))
>
> Both return false and fail to create the directories.
>
> setwd("c:/")
> print(dir.create("d:\\otis-sim\\rdata", recursive=T))
>
> Returns true and succesfully creates the directories.
>
> Why does this occur?
>
> Hadley
>
> ______________________________________________
> [email protected] mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide!
> http://www.R-project.org/posting-guide.html
>
>
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html