fs-file-name-sensitive

0.1.2 • Public • Published

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

Package Sidebar

Install

npm i fs-file-name-sensitive

Weekly Downloads

4

Version

0.1.2

License

MIT

Last publish

Collaborators

  • riceball