[R] Problem with dir.create (R2.2.0 Windows XP 2002 SP 2)
Liaw, Andy
andy_liaw at merck.com
Wed Dec 14 22:23:46 CET 2005
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
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide!
> http://www.R-project.org/posting-guide.html
>
>
More information about the R-help
mailing list