Function storeFolderPaths

  • Save all file paths in specific folder.

    Parameters

    • OptionalfolderPaths: string[]

      Folder path to search in.

    • Optionaloptions: SearchOptions

      Whether to search subfolders.

    Returns Promise<void>

    { deepSearch: true }
    
    storeFolderPaths()
    
    storeFolderPaths(['src'])
    
    storeFolderPaths(['src', 'src/main'], { deepSearch: false })