Package detail

fs-boot

kriskowal3k0.0.9

Pure JavaScript implementation of common file-system API components

readme

API

ROOT
SEPARATOR
ALT_SEPARATOR
SEPARATORS_RE()
split(path)
join(...path)
resolve(...path)
normal(...path)
isAbsolute(path)
isRelative(path)
isRoot(path)
root(path)
directory(path)
base(path, extension_opt)
extension(path)

changelog

0.0.6

  • fixed bug in directory for relative directories

0.0.4

  • removed superfluous "q" package dependency.

0.0.3

  • Fixed base and directory bugs

0.0.2

  • synced dependencies

0.0.1

  • removed erroneous "util" package dependency.