0.2.4 • Published 9 years ago

fire-fs v0.2.4

Weekly downloads
62
License
-
Repository
github
Last release
9 years ago

Fire fs

node's fs module with some helpful additions.

Install

    npm install fire-fs

Usage

    var fs = require('fire-fs');

API

exists(path, callback)

Check if a path exists, callback with a boolean parameter.

existsSync(path)

Check if a path exists and return the result.

isDir(path, callback)

Check if a path exists and is a directory, callback with a boolean parameter.

isDirSync(path)

Check if a path exists and is a directory and return the result.

0.2.4

9 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago