Get children nodes, i.e. all the suddiectories in the given directory
path_children(path.chain)
a list of `path_chain` objects
object of `path_chain` class
tmp <- create_temp_dir("files")
create_sample_dir(tmp, override = TRUE)
path.chain <- path_chain(tmp)
path_children(path.chain)
Run the code above in your browser using DataLab