Skip to content

Node module for finding files within a directory that match some search string

License

Notifications You must be signed in to change notification settings

ZECTBynmo/file-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileFinder

This module searches a directory recursively for a file that matches some string key.

Installation

npm install file-finder

Usage

var FileFinder = require( 'file-finder' );

var options = {
    searchSubDirectories : true
}

FileFinder.findFiles( directory, searchString, options, function(error, matchingFiles) {
	...do some stuff with the files that matched the search string
});

About

Node module for finding files within a directory that match some search string

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published