An open API service indexing awesome lists of open source software.

https://github.com/erikhuizinga/dirall

Find all paths in the specified directory and its subdirectories.
https://github.com/erikhuizinga/dirall

Last synced: 3 months ago
JSON representation

Find all paths in the specified directory and its subdirectories.

Awesome Lists containing this project

README

          

[![MATLAB FEX](https://img.shields.io/badge/MATLAB%20FEX-findduplicates-blue.svg)](https://mathworks.com/matlabcentral/fileexchange/65744-dirall)
![R2016a support](https://img.shields.io/badge/supports-R2016a%20and%20up-brightgreen.svg)

# `dirAll`

Find all paths in the specified directory and its subdirectories.

# Syntax

`paths = dirAll(path)` - Returns a cell of paths to all files and folders in the specified path.

`paths = dirAll(path, includeDirectories)` - Specifies whether or not (`true` or `false`, resp.) to include directories or only files in the output. Default is `true`.

# Output

`paths` is a `cell` of character arrays containing absolute paths to the found files and folders. It does not contain the specified path or its parent, only subfiles and folders.

# License

MIT