projects
/
platform
/
upstream
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3733a85
)
path.exists*() as 2nd level head not 3rd
author
Rod Vagg
<rod@vagg.org>
Wed, 14 Mar 2012 03:53:27 +0000
(14:53 +1100)
committer
isaacs
<i@izs.me>
Wed, 14 Mar 2012 23:20:40 +0000
(16:20 -0700)
doc/api/path.markdown
patch
|
blob
|
history
diff --git
a/doc/api/path.markdown
b/doc/api/path.markdown
index 944706696581064750ee219678d82b0ea3d5dd51..e37f4a7e1a2d05b9dc02baa8efca2d1ad35d2306 100644
(file)
--- a/
doc/api/path.markdown
+++ b/
doc/api/path.markdown
@@
-142,7
+142,7
@@
an empty string. Examples:
// returns
''
-##
#
path.exists(p, [callback])
+## path.exists(p, [callback])
Test whether or not the given path exists by checking with the file system.
Then call the `callback` argument with either true or false. Example:
@@
-152,6
+152,6
@@
Then call the `callback` argument with either true or false. Example:
});
-##
#
path.existsSync(p)
+## path.existsSync(p)
Synchronous version of `path.exists`.