path fs: move `path.exists*` to `fs.exists*`
authorMaciej Małecki <maciej.malecki@notimplemented.org>
Sat, 21 Jan 2012 01:37:57 +0000 (02:37 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Sat, 21 Jan 2012 13:37:14 +0000 (14:37 +0100)
commite10ed097cb3b506009ab28af4dec93402aa48693
treee262d6ffe8b9bc20aa2c4fda1e2c85ddec49364a
parent56e34c2f814905a8fc3329485c64a70d59d8eeba
path fs: move `path.exists*` to `fs.exists*`

`path.exists*` functions show a deprecation warning and call functions
from `fs`. They should be removed later.

test: fix references to `path.exists*` in tests

test fs: add test for `fs.exists` and `fs.existsSync`

doc: reflect moving `path.exists*` to `fs`
doc/api/fs.markdown
doc/api/path.markdown
lib/fs.js
lib/path.js
test/simple/test-fs-exists.js [new file with mode: 0644]
test/simple/test-fs-mkdir.js
test/simple/test-path.js