On Mon, Jan 25, 2010 at 10:22 AM, Cedrick W. Johnson < cedr...@cedrickjohnson.com> wrote:
> Try: > > > for (i in 1:length(folders)) { > dir.create(paste(parent.dir,folders[i], sep="/")) > } > > The above creates FUND1, FUND2 & MARINE folders whereas the desired folders to be created are "FD1 Q4 2009", "FD2 Q4 2009" & "MARINE Q4 2009" > > -cedrick > > [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.