0.1.0 • Published 11 years ago

partdir v0.1.0

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago

partdir

If you need to store loads of files partdir can convert a filename to a hash where the leading part is used as a directory and the remainder as a filename.

Example

var path = require('path');
var partdir = require('partdir');

var parted = partdir('myfile.bin');
console.log(path.join(parted.dir, parted.file)

prints 2a/a3455b63e270b69736191c20c76a162c0c26e0.