getAllPaths()
Get all of the paths for a directory and its subdirectories.
Usage
const getAllPaths = require('get-all-paths');
const pathsArray = getAllPaths(__dirname);
Get all of the paths for a directory and its subdirectories.
const getAllPaths = require('get-all-paths');
const pathsArray = getAllPaths(__dirname);
npm i get-all-paths
7
1.0.1
MIT