0.2.4 • Published 8 years ago

fire-fs v0.2.4

Weekly downloads
62
License
-
Repository
github
Last release
8 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

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.9

9 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

10 years ago

0.1.0

10 years ago