Returns an array of paths relative to the specified one.
Options can take a single parameter named recursive (false by default):
Options
recursive
false
fs.readDir(Tests.destDir, {recursive: false}); Copy
fs.readDir(Tests.destDir, {recursive: false});
Returns an array of paths relative to the specified one.
Options
can take a single parameter namedrecursive
(false
by default):