Skip to content

Find all paths in the specified directory and its subdirectories.

License

Notifications You must be signed in to change notification settings

erikhuizinga/dirAll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

MATLAB FEX R2016a support

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

About

Find all paths in the specified directory and its subdirectories.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages