Hi, This should do it:
list.files(path = "/your/path", recursive = TRUE) Cheers, Josh On Mon, Aug 30, 2010 at 8:01 AM, Hyunchul Kim <hyunchul.kim....@gmail.com> wrote: > Hi, all > > how to get all filenames in a directory and its all subdirectories? > > something like > filenames <- c(Sys.glob('/path/to/directory/*'), > Sys.glob('/path/to/directory/*/*'), Sys.glob('/path/to/directory/*/*/*'), > ...) > > Thanks in advance, > > Hyunchul > > [[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. > -- Joshua Wiley Ph.D. Student, Health Psychology University of California, Los Angeles http://www.joshuawiley.com/ ______________________________________________ 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.