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

Reply via email to