Get all paths inside a folder path.
The path of the folder to read.
Whether to read subfolders or not.
An array of paths.
const paths = readFolderPaths(['src']) Copy
const paths = readFolderPaths(['src'])
const paths = readFolderPaths(['src'], { deepSearch = true }) Copy
const paths = readFolderPaths(['src'], { deepSearch = true })
Get all paths inside a folder path.