The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / test / simple / test-fs-mkdir.js @ 6f043940

History | View | Annotate | Download (2.29 KB)

# Date Author Comment
667aae59 01/23/2012 01:30 PM Fedor Indutny

Merge branch 'v0.6'

Conflicts:
ChangeLog
doc/template.html
lib/cluster.js
lib/http.js
lib/tls.js
src/node.h
src/node_version.h
test/simple/test-cluster-kill-workers.js

e10ed097 01/21/2012 08:37 AM Maciej MaƂecki

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`...

48650639 01/17/2012 01:45 PM Andreas Madsen

Tests: fix jslint issues

04958e88 11/08/2011 06:48 AM Ben Noordhuis

fs: make mkdir() call callback if mode is omitted

Fixes #2043.