nodejsscript • Docs
nodejsscript / s / find
Returns array of all files (however deep) in the given paths.
The path(s) to search.
find(
path
):ShellArray
Returns array of all files (however deep) in the given paths.
• path: string
[]
The path(s) to search.
An array of all files (however deep) in the given path(s).
An array of all files (however deep) in the given path(s).
The path(s) to search.
find(...
path
):ShellArray
Returns array of all files (however deep) in the given paths.
• ...path: string
[]
The path(s) to search.