Save all file paths in specific folder.
Optional
Folder path to search in.
Whether to search subfolders.
{ deepSearch: true } Copy
{ deepSearch: true }
storeFolderPaths() Copy
storeFolderPaths()
storeFolderPaths(['src']) Copy
storeFolderPaths(['src'])
storeFolderPaths(['src', 'src/main'], { deepSearch: false }) Copy
storeFolderPaths(['src', 'src/main'], { deepSearch: false })
Save all file paths in specific folder.