Skip to content

Latest commit

 

History

History
55 lines (28 loc) · 951 Bytes

File metadata and controls

55 lines (28 loc) · 951 Bytes

nodejsscriptDocs


nodejsscript / s / find

Function: find()

Returns array of all files (however deep) in the given paths.

Param

The path(s) to search.

find(path)

find(path): ShellArray

Returns array of all files (however deep) in the given paths.

Parameters

path: string[]

The path(s) to search.

Returns

ShellArray

An array of all files (however deep) in the given path(s).

An array of all files (however deep) in the given path(s).

Param

The path(s) to search.

find(path)

find(...path): ShellArray

Returns array of all files (however deep) in the given paths.

Parameters

• ...path: string[]

Returns

ShellArray

Param

The path(s) to search.