findfile-in-folder-by-pathname

1.0.0 • Public • Published

findfile-in-folder-by-pathname

Find a file in a folder by the pathname.

Installing

npm install findfile-in-folder-by-pathname --save

Use

var findfile = require('findfile-in-folder-by-pathname')
 
findfile.byPathname(__dirname, '/some/path/to/mfile', { normalize : true , index : 'index.html' } function(err, pathname, data){
    if(data){
        //handle the data
    }
 
 
})
 

Authors

License

This project is licensed under the MIT License

Readme

Keywords

Package Sidebar

Install

npm i findfile-in-folder-by-pathname

Weekly Downloads

4

Version

1.0.0

License

MIT

Unpacked Size

3.05 kB

Total Files

4

Last publish

Collaborators

  • yamigr