Dear R-users,

I am looking for a way to scan a directory and then make a string vector consisting of the file names in the directory.

For example, under c:\temp\
there are 4 files
a.txt, b.txt, c.txt, and d.txt

I would like to have a string vector
c("a.txt","b.txt","c.txt","d.txt")

How do I do that?

Thanks

Taka,

_________________________________________________________________
Make every IM count. Download Messenger and join the i’m Initiative now. It’s free. http://im.live.com/messenger/im/home/?source=TAGHM_June07

______________________________________________
[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
and provide commented, minimal, self-contained, reproducible code.

Reply via email to