[R] listing files recursively

Joshua Wiley jwiley.psych at gmail.com
Mon Aug 30 17:05:36 CEST 2010


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.sfc at 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 at 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/



More information about the R-help mailing list