0.1.2 • Published 9 years ago

fs-file-name-sensitive v0.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

fs-file-name-sensitive npm

Build Status Code Climate Test Coverage downloads license

Check file-system(fs) file name is case-sensitive or not.

Usage

isFileNameSensitive  = require('fs-file-name-sensitive')

console.log(isFileNameSensitive('/path/to/check/'))

API

function isFileNameSensitive(aPath, aOptions)

  • arguments
    • aPath (String): the path to check.
    • aOptions (Object):
      • cache (Boolean): whether cache the result of the aPath. defaults to true.
  • return (Boolean): whether the file name is sensitive or not in aPath.

TODO

License

MIT