tools.ReadDir
Return an array of files' names contained in the folder path.
Inputs
- path {string}: path from where to list existing files.
Outputs
- files {array[string]}: array of the names of the files in the directory excluding
'.' and '..'.
See also
Matis.tools.ForEach