fs-file-name-sensitive
v0.1.2
Published
Check the file name of the file system is case-sensitive or not.
Downloads
7
Maintainers
Readme
fs-file-name-sensitive
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 theaPath
. defaults to true.
- return (Boolean): whether the file name is sensitive or not in
aPath
.
TODO
License
MIT