1.0.0 • Published 5 years ago

findfile-in-folder-by-pathname v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

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

1.0.0

5 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago